summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:47:49 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:47:49 +0100
commita86331c33d2a0d523ce7e8e9c0a4d3eb60c30c0f (patch)
tree54e830a2c5606de7dc80a1b40132c17314c145de /snowbrawl.py
parente072580c0d5b82120a5067eeec0235ac8786586d (diff)
added import
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 4ff31d7..bae594c 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -10,7 +10,7 @@ Objective
PlayersInQue
"""
-@hook.event("bukkit.event.entity.ProjectileHitEvent", "high")
+@hook.event("entity.ProjectileHitEvent", "high")
def onHit(event):
print "thrown"
if event.getEntity().getType() != EntityType.SNOWBALL: