mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3338 from jaborsh/patch-1
Fixing if/else tree in XYZGrid launchcmd
This commit is contained in:
commit
6ad355af43
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ def xyzcommand(*args):
|
|||
|
||||
if option in ("help", "h"):
|
||||
_option_help(*suboptions)
|
||||
if option in ("list", "show"):
|
||||
elif option in ("list", "show"):
|
||||
_option_list(*suboptions)
|
||||
elif option == "init":
|
||||
_option_init(*suboptions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue