summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:29:08 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:29:08 +0100
commitebe7b433ac0235b52be554796332ab92d6c1d2a7 (patch)
treedb5807d0fce6495d304ad8858d5a1015747f9e94 /snowbrawl.py
parent511e4aa5435dfa3fcaf250d9d9a8a3b2d6ace6c1 (diff)
Fixed, upping snowball damaga
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 9d8a7de..911dd16 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -22,7 +22,7 @@ def onHit(event):
print "Not in minigames"
return
print "all good."
- event.getEntity().getWorld().createExplosion(event.getEntity().getLocation().getX,event.getEntity().getLocation().getY,event.getEntity().getLocation().getZ,5.0,False,True)
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation().getX(), event.getEntity().getLocation().getY(),event.getEntity().getLocation().getZ(),5.0,False,True)