mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01: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
574d7fbd4f
commit
cca2bd8997
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