summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py
index fba0c5a..ffea209 100644
--- a/main.py
+++ b/main.py
@@ -23,6 +23,8 @@ def on_enable():
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()
info("RedstonerUtils enabled!")