Fixed, upping snowball damaga

This commit is contained in:
PanFritz
2015-01-17 05:31:32 +01:00
parent 3bcfe42d65
commit c1a69c6a62

View File

@@ -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)