A space :3

This commit is contained in:
Gap
2015-01-14 18:48:41 +01:00
parent 1ad6651e52
commit 9a42172c4e

View File

@@ -52,7 +52,7 @@ def onChat(event):
except:
# list might not be mutable, ignoring. Receiver will get the message twice
pass
message = " ".join([sender.getDisplayName(), arrow] + rec_words)
message = " "+" ".join([sender.getDisplayName(), arrow] + rec_words)
msg(recipient, message, usecolor = False)
recipient.playSound(recipient.getLocation(), "mob.chicken.plop", 1, 2)