Fixed intentation+spelling mistake

This commit is contained in:
Louis Vogt
2014-06-20 22:13:09 +02:00
parent 6df5cab599
commit 403348daa3

View File

@@ -14,5 +14,5 @@ def onChat(event):
for recipient in server.getOnlinePlayers().tolist():
if message[:3].lower() in recipient.getName().lower() and len(message) > 2:
msg(recipient, "&6" + symbol + " &f%s &6mentioned you" % sender.getDisplayName())
# Couldn't figure out how to done this
# Couldn't figure out how to do this
# recipient.playSound(recipient.getLocation(), Sound.CHICKEN_EGG_POP, 1, 1)