summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-08-13 14:56:56 +0200
committerNEMESIS13cz <seke94@seznam.cz>2015-08-13 14:56:56 +0200
commitd76b0aaf3747b1ee47a3551c975fd0dd8a0ebd4e (patch)
tree8c06ea83a28c4c6a89519b90d700e88a6e5ef24a /snowbrawl.py
parentc137ef93c6ded716262ac85c8e54885831bce6ea (diff)
Changed event priority to low
Diffstat (limited to 'snowbrawl.py')
-rw-r--r--snowbrawl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snowbrawl.py b/snowbrawl.py
index ea2ba75..5084957 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -561,7 +561,7 @@ timingsThread.start()
# Events
##############################################################################################
-@hook.event("player.PlayerMoveEvent", "high")
+@hook.event("player.PlayerMoveEvent", "low")
def onMove(event):
if event.getPlayer().getWorld().getName() != "minigames":
return