mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixing if/else tree in XYZGrid launchcmd
If needed to be elif.
This commit is contained in:
parent
40a4bd0592
commit
6f964716c7
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