Added punishments.py to module list

This commit is contained in:
NEMESIS13cz
2015-09-06 15:20:10 +02:00
parent 579b906b2a
commit 65b74511d0

View File

@@ -88,7 +88,9 @@ shared["load_modules"] = [
# Per-player notes
"tag",
# vanish toggle module - temporary fix
"vanishfix"
"vanishfix",
# obisidian mining punishment plugin
"punishments"
]
shared["modules"] = {}
for module in shared["load_modules"]: