summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:13:27 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:13:27 +0100
commitd67b96debed6f89e1467742b797e4247085a5188 (patch)
tree9d6137bcaa5609431d75d28cee8594f5abec9e79 /snowbrawl.py
parent8937f634e001ae31fc82ccb2ce3314f496b99a9c (diff)
snowbrawl fix. event.getEntity()
Diffstat (limited to 'snowbrawl.py')
-rw-r--r--snowbrawl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/snowbrawl.py b/snowbrawl.py
index b8ea8fe..ebd187b 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -16,6 +16,7 @@ def onHit(event):
if event.getEntity().getType() != EntityType.SNOWBALL:
print "Not a snowball?"
return
+ print "passed first if statement"
if event.getEntity().getWorld().getName() != "minigames":
print "Not in minigames"
return