mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Remove superfluous close_menu call leading to two exit-cmds being called when exiting via custom end node. Resolves #1428.
This commit is contained in:
parent
06f526221f
commit
146ceb81cc
1 changed files with 0 additions and 4 deletions
|
|
@ -753,10 +753,6 @@ class EvMenu(object):
|
|||
else:
|
||||
self.caller.msg(_HELP_NO_OPTION_MATCH, session=self._session)
|
||||
|
||||
if not (self.options or self.default):
|
||||
# no options - we are at the end of the menu.
|
||||
self.close_menu()
|
||||
|
||||
# formatters - override in a child class
|
||||
|
||||
def nodetext_formatter(self, nodetext):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue