From 973ae69fb4317133c375c1a6bae4b28f68add2e5 Mon Sep 17 00:00:00 2001 From: PanFritz Date: Sat, 17 Jan 2015 01:06:35 +0100 Subject: [PATCH] syntax fix --- snowbrawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowbrawl.py b/snowbrawl.py index a1a6b8c..a2c1df2 100644 --- a/snowbrawl.py +++ b/snowbrawl.py @@ -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)