summaryrefslogtreecommitdiff
path: root/damnspam.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-08-08 04:33:27 +0200
committerjomo <github@jomo.tv>2014-08-08 04:33:27 +0200
commit8ecae8fe232da3eafff8a1c54224492dfab9e171 (patch)
tree33447a00ff8d435375b31f0476e1708b67dacafc /damnspam.py
parentf7512078651d89a39618401ce08287b8b1349dcc (diff)
reset changing_input
Diffstat (limited to 'damnspam.py')
-rw-r--r--damnspam.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/damnspam.py b/damnspam.py
index 069708a..cae8ec4 100644
--- a/damnspam.py
+++ b/damnspam.py
@@ -75,6 +75,7 @@ def on_dammnspam_command(sender, args):
# test if player is allowed to build here
test_event = BlockBreakEvent(target, sender)
server.getPluginManager().callEvent(test_event)
+ changing_input = False
if test_event.isCancelled():
msg(sender, "&cYou are not allowed to modify this input")
return True