From bb0a2d3513ff54b3b901c0600760dc120daf8519 Mon Sep 17 00:00:00 2001 From: Chiizujin Date: Thu, 2 May 2024 16:41:46 +1000 Subject: [PATCH] Fix EvEditor responding to valid direction commands in the current location --- evennia/utils/eveditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/utils/eveditor.py b/evennia/utils/eveditor.py index 0245c938c7..4e565f0fba 100644 --- a/evennia/utils/eveditor.py +++ b/evennia/utils/eveditor.py @@ -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):