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