mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3530 from chiizujin/editor_priority
Fix EvEditor responding to valid direction commands in the current location
This commit is contained in:
commit
fb77849d29
1 changed files with 1 additions and 0 deletions
|
|
@ -842,6 +842,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