This seems to fix everything

This commit is contained in:
NEMESIS13cz
2015-10-31 19:31:32 +01:00
parent 3f677467fc
commit dfa48d7da5

View File

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