Fixed conflicts with chatalias

This commit is contained in:
NEMESIS13cz
2015-10-31 19:24:33 +01:00
parent 97e2b80392
commit 3f677467fc

View File

@@ -13,7 +13,7 @@ def saveMentions():
save_json_file("mentio", mentions)
@hook.event("player.AsyncPlayerChatEvent", "high")
@hook.event("player.AsyncPlayerChatEvent", "normal")
def onChat(event):
if not event.isCancelled():
sender = event.getPlayer()