Update building.py

Properly call join with result
This commit is contained in:
BlauFeuer 2017-02-10 18:19:57 -05:00 committed by Griatch
parent 9a5b6969f3
commit 5ed5e77562

View file

@ -398,7 +398,7 @@ class CmdCpAttr(ObjManipCommand):
to_obj_name,
to_attr,
repr(value)))
caller.msg(result."".join(result)
caller.msg("".join(result))
class CmdMvAttr(ObjManipCommand):