fixed wrong event priority names

This commit is contained in:
jomo
2014-06-21 14:34:00 +02:00
parent 9a10123179
commit 7560bf1de3
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ def onAcCommand(sender, args):
return True
@hook.event("player.AsyncPlayerChatEvent", "lower")
@hook.event("player.AsyncPlayerChatEvent", "low")
def onChat(event):
sender = event.getPlayer()
msg = event.getMessage()