Fixed, upping snowball damaga

This commit is contained in:
PanFritz
2015-01-17 04:49:41 +01:00
parent eba2b6731f
commit 955e40dc34

View File

@@ -22,7 +22,7 @@ def onHit(event):
print "Not in minigames" print "Not in minigames"
return return
print "all good." print "all good."
event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5.0,False,False) event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5.0)