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:
Griatch 2018-01-29 00:02:07 +01:00
parent 06f526221f
commit 146ceb81cc

View file

@ -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):