Added vanishfix.py into modules + call its enabled method
This commit is contained in:
5
main.py
5
main.py
@@ -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"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user