summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-10-31 19:24:33 +0100
committerNEMESIS13cz <seke94@seznam.cz>2015-10-31 19:24:33 +0100
commit3f677467fced35b2084c01fa1173af88dadc7263 (patch)
treef138c2d3de2c73100904fbdb66c53c4f269d5760
parent97e2b80392a8235b1c0d518e4f1b7e86599cde98 (diff)
Fixed conflicts with chatalias
-rw-r--r--mentio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mentio.py b/mentio.py
index f6496a3..199eb8c 100644
--- a/mentio.py
+++ b/mentio.py
@@ -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()