First working prototype of servercontrol to redstoner

This commit is contained in:
PanFritz
2015-08-28 05:53:36 +02:00
parent 37de65d130
commit 65f20ae9ca
2 changed files with 118 additions and 1 deletions

View File

@@ -79,7 +79,9 @@ shared["load_modules"] = [
# Replacement for LoginSecurity
"loginsecurity",
# Centralized Player class
"player"
"player",
# Servercontrol extension for telnet access to logs/AC
"servercontrol"
]
shared["modules"] = {}
for module in shared["load_modules"]: