remove tilehelper for master

This commit is contained in:
jomo
2014-06-17 00:11:49 +02:00
parent 6d63b37d68
commit b36f09aca7

View File

@@ -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
return True