mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Fixing exit traversal. Was trying to be too careful for my own good in the command handler.
This commit is contained in:
parent
928a5a29d6
commit
8335f8b80f
3 changed files with 0 additions and 4 deletions
|
|
@ -123,8 +123,6 @@ def handle(cdat):
|
|||
# Debugging stuff.
|
||||
#session.msg("ROOT : %s" % (parsed_input['root_cmd'],))
|
||||
#session.msg("SPLIT: %s" % (parsed_input['splitted'],))
|
||||
if not cmd:
|
||||
raise UnknownCommand
|
||||
|
||||
if callable(cmd):
|
||||
cdat['uinput'] = parsed_input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue