summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:49:41 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:49:41 +0100
commit955e40dc34ebc6166ebf57c24ddca1b34eca452c (patch)
treed48e3e065d13d699d03bab25cc0acf689312cb16 /snowbrawl.py
parenteba2b6731fb8b3f2b291cd40d6fd544aedc7d8fc (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 35f558e..089f97d 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(),5.0,False,False)
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5.0)