Fixed, upping snowball damaga

This commit is contained in:
PanFritz
2015-01-17 05:13:38 +01:00
parent f9a99aaf0b
commit c6ff9ccfa7

View File

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