Fix EvEditor responding to valid direction commands in the current location

This commit is contained in:
Chiizujin 2024-05-02 16:41:46 +10:00
parent 29e9e4df98
commit bb0a2d3513

View file

@ -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):