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"):
|
if answer and answer not in ("yes", "y", "no", "n"):
|
||||||
caller.msg(
|
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
|
delete = False
|
||||||
elif answer.strip().lower() in ("n", "no"):
|
elif answer.strip().lower() in ("n", "no"):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue