summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 01:06:35 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 01:06:35 +0100
commit973ae69fb4317133c375c1a6bae4b28f68add2e5 (patch)
tree64228576de2b7b4aa5b8c16af16766ad842e9a8c /snowbrawl.py
parent1c4ec9227ebcd3b413776c89605f9a2b15a24132 (diff)
syntax fix
Diffstat (limited to 'snowbrawl.py')
-rw-r--r--snowbrawl.py2
1 files changed, 1 insertions, 1 deletions
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)