mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Properly set the auto_help flag to False on Exit commands, so they don't show up in the help listings.
This commit is contained in:
parent
b5dd21864d
commit
446dfe9509
1 changed files with 1 additions and 0 deletions
|
|
@ -863,6 +863,7 @@ class Exit(Object):
|
|||
cmd.aliases = exidbobj.aliases
|
||||
cmd.locks = str(exidbobj.locks)
|
||||
cmd.destination = exidbobj.db_destination
|
||||
cmd.auto_help = False
|
||||
# create a cmdset
|
||||
exit_cmdset = cmdset.CmdSet(None)
|
||||
exit_cmdset.key = '_exitset'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue