Serversigns hotfix

This commit is contained in:
Dico200
2016-05-30 03:53:33 +02:00
parent ba78151e49
commit 1fb6e08d42
2 changed files with 23 additions and 20 deletions

View File

@@ -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!")