Lots of fixes, added player loading/ unloading, login.py custom event system, mysql_utils.columns property

This commit is contained in:
PanFritz
2015-11-25 18:22:08 +01:00
parent 513996a351
commit 14b6c6905a
6 changed files with 153 additions and 322 deletions

View File

@@ -34,7 +34,7 @@ info("Loading RedstonerUtils...")
# Import all modules, in this order
shared["load_modules"] = ["test"]
shared["load_modules"] = ["test", "login"]
shared["modules"] = {}
for module in shared["load_modules"]: