From 3f677467fced35b2084c01fa1173af88dadc7263 Mon Sep 17 00:00:00 2001 From: NEMESIS13cz Date: Sat, 31 Oct 2015 19:24:33 +0100 Subject: [PATCH] Fixed conflicts with chatalias --- mentio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()