Update building.py

Update string to result
This commit is contained in:
BlauFeuer 2017-02-10 19:03:20 -05:00 committed by Griatch
parent 5ed5e77562
commit 6d24f82054

View file

@ -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())