Replaced imbusy interception implementations with the tool from misc

This commit is contained in:
Dico200
2016-06-25 11:48:15 +02:00
parent 5b118669b6
commit 80eff984e8
2 changed files with 31 additions and 100 deletions

View File

@@ -21,8 +21,6 @@ except:
def on_enable():
if "blockplacemods" in shared["modules"]:
shared["modules"]["blockplacemods"].schedule_torch_breaker()
if "imbusy" in shared["modules"]:
shared["modules"]["imbusy"].replace_ess_commands()
if "serversigns" in shared["modules"]:
shared["modules"]["serversigns"].check_all_signs_and_force_commands()
info("RedstonerUtils enabled!")