summaryrefslogtreecommitdiff
path: root/damnspam.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-16 23:40:14 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-16 23:40:14 +0100
commit1515777494fc9b4c03d1fd5298c92cf67ccc4680 (patch)
tree3ada32abefe8fe65e6df1ca83750044785731d28 /damnspam.py
parent9a42172c4eacf58cead435fe7596155594c17424 (diff)
added . to maths operator to support floats
Diffstat (limited to 'damnspam.py')
-rw-r--r--damnspam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/damnspam.py b/damnspam.py
index 14f32b7..821fb14 100644
--- a/damnspam.py
+++ b/damnspam.py
@@ -99,7 +99,7 @@ def on_dammnspam_command(sender, args):
@hook.event("block.BlockBreakEvent", "normal")
def on_block_break(event):
- global removing_input
+ / global removing_input
if removing_input:
return True