From 65b74511d0c6376078a34c4f9ed76857f58824bd Mon Sep 17 00:00:00 2001 From: NEMESIS13cz Date: Sun, 6 Sep 2015 15:20:10 +0200 Subject: [PATCH] Added punishments.py to module list --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index dca8836..aa5cdd4 100644 --- a/main.py +++ b/main.py @@ -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"]: