mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix EvEditor responding to valid direction commands in the current location
This commit is contained in:
parent
29e9e4df98
commit
bb0a2d3513
1 changed files with 1 additions and 0 deletions
|
|
@ -822,6 +822,7 @@ class EvEditorCmdSet(CmdSet):
|
|||
"""CmdSet for the editor commands"""
|
||||
|
||||
key = "editorcmdset"
|
||||
priority = 150 # override other cmdsets.
|
||||
mergetype = "Replace"
|
||||
|
||||
def at_cmdset_creation(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue