From b36f09aca74d49a183dbbe832564a93d3d14a92f Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 17 Jun 2014 00:11:49 +0200 Subject: [PATCH] remove tilehelper for master --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0cf9dca..31f3a16 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ def onDisable(): log("Loading RedstonerUtils...") # Import all modules -modules = ["misc", "adminchat", "lagchunks", "reports", "chatgroups", "webtoken", "saylol", "skullclick", "tilehelper"] +modules = ["misc", "adminchat", "lagchunks", "reports", "chatgroups", "webtoken", "saylol", "skullclick"] mod = {} for module in modules: try: @@ -64,4 +64,4 @@ def onPyevalCommand(sender, args): msg(sender, "&cInternal error: %s" % e) else: noperm(sender) - return True \ No newline at end of file + return True