mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update building.py
Update string to result
This commit is contained in:
parent
5ed5e77562
commit
6d24f82054
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ class CmdDestroy(COMMAND_DEFAULT_CLASS):
|
|||
result.append(delobj(objname))
|
||||
else:
|
||||
result.append(delobj(objname, True))
|
||||
if string:
|
||||
if result:
|
||||
caller.msg("".join(result).strip())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue