diff --git a/snowbrawl.py b/snowbrawl.py index 8b48adc..81e62f0 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(),5F,False,True) + event.getEntity().getWorld().createExplosion(event.getEntity().getLocation().getX(), event.getEntity().getLocation().getY(),event.getEntity().getLocation().getZ(),float(5),False,True)