Cleanup misc.py and small fix, also in damnspam

This commit is contained in:
Dico200
2015-05-13 21:37:53 +02:00
parent 230e427f04
commit 9f4d096a57
2 changed files with 47 additions and 127 deletions

View File

@@ -102,7 +102,7 @@ def on_block_break(event):
global removing_input
if removing_input:
return True
return
sender = event.getPlayer()
block = event.getBlock()
btype = str(block.getType()).lower()