mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Some cleanup. Fixed all examples to match the changes in the states and help systems, also
ran them through pylint to pretty them up. /Griatch
This commit is contained in:
parent
8074617285
commit
84aeabb272
11 changed files with 323 additions and 211 deletions
|
|
@ -383,7 +383,7 @@ def handle(command, ignore_state=False):
|
|||
state_cmd_table = statetable.GLOBAL_STATE_TABLE.get_cmd_table(state)
|
||||
|
||||
if state and state_cmd_table and not ignore_state:
|
||||
# Caller is in a special state.
|
||||
# Caller is in a special state.
|
||||
|
||||
state_allow_exits, state_allow_obj_cmds = \
|
||||
statetable.GLOBAL_STATE_TABLE.get_exec_rights(state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue