summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:44:21 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:44:21 +0100
commite072580c0d5b82120a5067eeec0235ac8786586d (patch)
tree3b46ccb43f2a0cccf5235c6a5632f350d251e348 /snowbrawl.py
parent759baa869aa3492e93f24ef8591253b8721aa757 (diff)
changed event name
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: