update explosion

This commit is contained in:
PanFritz
2015-01-17 01:04:44 +01:00
parent a86331c33d
commit 1c4ec9227e
+1 -1
View File
@@ -20,7 +20,7 @@ def onHit(event):
print "Not in minigames" print "Not in minigames"
return return
print "all good." print "all good."
event.getWorld().createExplosion(event.getLocation(),1) event.getEntity().getWorld().createExplosion(event.getEntity.getLocation(),1)