summaryrefslogtreecommitdiff
path: root/damnspam.py
diff options
context:
space:
mode:
Diffstat (limited to 'damnspam.py')
-rw-r--r--damnspam.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/damnspam.py b/damnspam.py
index b3cbb0f..a81d3cf 100644
--- a/damnspam.py
+++ b/damnspam.py
@@ -173,8 +173,6 @@ def on_block_break(event):
def on_interact(event):
if (str(event.getAction()) == "RIGHT_CLICK_BLOCK") and not event.isCancelled():
sender = event.getPlayer()
- if sender.isSneaking():
- return
block = event.getClickedBlock()
pos_str = location_str(block)
data = inputs.get(pos_str)