summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.py b/main.py
index 1b9e3f4..18bfcab 100644
--- a/main.py
+++ b/main.py
@@ -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!")