mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
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"""
|
||||
|
||||
key = "quitsave_yesno"
|
||||
priority = 1
|
||||
priority = 150 # override other cmdsets.
|
||||
mergetype = "Replace"
|
||||
|
||||
def at_cmdset_creation(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue