Added vanishfix.py into modules + call its enabled method

This commit is contained in:
NEMESIS13cz
2015-09-06 01:40:13 +02:00
parent 823dd37341
commit 579b906b2a

View File

@@ -19,6 +19,7 @@ except:
@hook.enable @hook.enable
def on_enable(): def on_enable():
shared["modules"]["vanishfix"].enabled()
info("RedstonerUtils enabled!") info("RedstonerUtils enabled!")
@@ -85,7 +86,9 @@ shared["load_modules"] = [
# Script helper plugin # Script helper plugin
"scriptutils", "scriptutils",
# Per-player notes # Per-player notes
"tag" "tag",
# vanish toggle module - temporary fix
"vanishfix"
] ]
shared["modules"] = {} shared["modules"] = {}
for module in shared["load_modules"]: for module in shared["load_modules"]: