syntax fix
This commit is contained in:
@@ -20,7 +20,7 @@ def onHit(event):
|
||||
print "Not in minigames"
|
||||
return
|
||||
print "all good."
|
||||
event.getEntity().getWorld().createExplosion(event.getEntity.getLocation(),1)
|
||||
event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),1)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user