summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
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 dc74d67..4ff31d7 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -10,7 +10,7 @@ Objective
PlayersInQue
"""
-@hook.event("org.bukkit.event.entity.ProjectileHitEvent", "high")
+@hook.event("bukkit.event.entity.ProjectileHitEvent", "high")
def onHit(event):
print "thrown"
if event.getEntity().getType() != EntityType.SNOWBALL: