From 403348daa3aa3d4bd257a37e2c8a0696abd054da Mon Sep 17 00:00:00 2001 From: Louis Vogt Date: Fri, 20 Jun 2014 22:13:09 +0200 Subject: [PATCH] Fixed intentation+spelling mistake --- mentio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentio.py b/mentio.py index 7010795..8db30a6 100644 --- a/mentio.py +++ b/mentio.py @@ -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)