mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Made addhelp/append us a single line break. Resolves #730.
This commit is contained in:
parent
c6be8b4a66
commit
0cbb96bc82
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class CmdSetHelp(MuxCommand):
|
|||
if 'merge' in switches:
|
||||
old_entry.entrytext += " " + self.rhs
|
||||
else:
|
||||
old_entry.entrytext += "\n\n%s" % self.rhs
|
||||
old_entry.entrytext += "\n%s" % self.rhs
|
||||
self.msg("Entry updated:\n%s" % old_entry.entrytext)
|
||||
return
|
||||
if 'delete' in switches or 'del' in switches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue