Fixed Typo in code.
...cdmset... to ...cmdset...
This commit is contained in:
parent
7738d06fea
commit
a83ea62df8
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue