remove tilehelper for master
This commit is contained in:
4
main.py
4
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
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user