Fixed Typo in code.

...cdmset... to ...cmdset...
This commit is contained in:
CloudKeeper1 2017-03-21 22:14:36 +11:00 committed by GitHub
parent 7738d06fea
commit a83ea62df8

View file

@ -906,7 +906,7 @@ class CmdGetInput(Command):
# make sure to clean up cmdset if something goes wrong
caller.msg("|rError in get_input. Choice not confirmed (report to admin)|n")
logger.log_trace("Error in get_input")
caller.cdmset.remove(InputCmdSet)
caller.cmdset.remove(InputCmdSet)
class InputCmdSet(CmdSet):