mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3455 from chiizujin/sethelp_edit
Fix traceback when using sethelp/edit to create a new topic
This commit is contained in:
commit
c9313dd63e
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ class CmdSetHelp(CmdHelp):
|
|||
else:
|
||||
helpentry = create.create_help_entry(
|
||||
topicstr,
|
||||
self.rhs,
|
||||
self.rhs if self.rhs is not None else "",
|
||||
category=category,
|
||||
locks=lockstring,
|
||||
aliases=aliases,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue