mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update building.py
Properly call join with result
This commit is contained in:
parent
9a5b6969f3
commit
5ed5e77562
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue