From 6d24f82054e801b1d90478924507359f404e7c93 Mon Sep 17 00:00:00 2001 From: BlauFeuer Date: Fri, 10 Feb 2017 19:03:20 -0500 Subject: [PATCH] Update building.py Update string to result --- evennia/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index 35898a7af6..9702ee8560 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -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())