mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
ddf13aaf17
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,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