Replaced serversigns interception implementation with the tool from misc too

This commit is contained in:
Dico200
2016-06-25 11:57:43 +02:00
parent 80eff984e8
commit cffa3e27c8
2 changed files with 22 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ def on_enable():
if "blockplacemods" in shared["modules"]:
shared["modules"]["blockplacemods"].schedule_torch_breaker()
if "serversigns" in shared["modules"]:
shared["modules"]["serversigns"].check_all_signs_and_force_commands()
shared["modules"]["serversigns"].check_all_signs()
info("RedstonerUtils enabled!")