summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorNEMESIS13cz <seke94@seznam.cz>2015-08-30 20:24:49 +0200
committerNEMESIS13cz <seke94@seznam.cz>2015-08-30 20:24:49 +0200
commitb9e71b80adf263385a7f3b53cc5e462b2e9fa8f9 (patch)
tree214a6cd1b792b7d77c4de2ad65ea793a417732a7 /main.py
parent65f20ae9ca5a6b4ab24bd625a6137b318d1497b9 (diff)
Added scriptutils and tag into main.py
Diffstat (limited to 'main.py')
-rw-r--r--main.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/main.py b/main.py
index d2d8274..0566e3a 100644
--- a/main.py
+++ b/main.py
@@ -81,7 +81,11 @@ shared["load_modules"] = [
# Centralized Player class
"player",
# Servercontrol extension for telnet access to logs/AC
- "servercontrol"
+ "servercontrol",
+ # Script helper plugin
+ "scriptutils",
+ # Per-player notes
+ "tag"
]
shared["modules"] = {}
for module in shared["load_modules"]: