Increase SaveYesNoCmdSet priority to 150
Fixes a bug where typing "n" in a room with a "north" exit goes north instead of closing the editor when prompted.
This commit is contained in:
parent
f39dcb8786
commit
a1830caeec
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class SaveYesNoCmdSet(CmdSet):
|
||||||
"""Stores the yesno question"""
|
"""Stores the yesno question"""
|
||||||
|
|
||||||
key = "quitsave_yesno"
|
key = "quitsave_yesno"
|
||||||
priority = 1
|
priority = 150 # override other cmdsets.
|
||||||
mergetype = "Replace"
|
mergetype = "Replace"
|
||||||
|
|
||||||
def at_cmdset_creation(self):
|
def at_cmdset_creation(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue