mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Fix formatting quirk
This commit is contained in:
parent
f79db55a1d
commit
7ea96eaa29
1 changed files with 1 additions and 1 deletions
|
|
@ -818,7 +818,7 @@ class CmdDestroy(COMMAND_DEFAULT_CLASS):
|
|||
|
||||
if answer and answer not in ("yes", "y", "no", "n"):
|
||||
caller.msg(
|
||||
"Canceled: Either accept the default by pressing " "return or specify yes/no."
|
||||
"Canceled: Either accept the default by pressing return or specify yes/no."
|
||||
)
|
||||
delete = False
|
||||
elif answer.strip().lower() in ("n", "no"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue