From 3bcfe42d6564e6b3280b65039ac5b498f0007f2f Mon Sep 17 00:00:00 2001 From: PanFritz Date: Sat, 17 Jan 2015 05:30:15 +0100 Subject: [PATCH] Fixed, upping snowball damaga --- snowbrawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowbrawl.py b/snowbrawl.py index 911dd16..8b48adc 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(),5F,False,True)