added . to maths operator to support floats

This commit is contained in:
PanFritz
2015-01-16 23:40:14 +01:00
parent 9a42172c4e
commit 1515777494
2 changed files with 2 additions and 2 deletions

View File

@@ -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