summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 01:04:44 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 01:04:44 +0100
commit1c4ec9227ebcd3b413776c89605f9a2b15a24132 (patch)
tree8812170f28914809494203168ebc7cf56cdd8cd0 /snowbrawl.py
parenta86331c33d2a0d523ce7e8e9c0a4d3eb60c30c0f (diff)
update explosion
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 bae594c..a1a6b8c 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -20,7 +20,7 @@ def onHit(event):
print "Not in minigames"
return
print "all good."
- event.getWorld().createExplosion(event.getLocation(),1)
+ event.getEntity().getWorld().createExplosion(event.getEntity.getLocation(),1)