home · contact · privacy
Server: Transform PLUGIN command to God command, save its input.
[plomrogue] / server / config / world_data.py
index e9c6bac21551e7b78b36c295c48e9a76d480c3db..e8639c5b551494f4e4a92952e650bb9b5ac31664 100644 (file)
@@ -10,6 +10,7 @@ world_db = {
     "PLAYER_TYPE": 0,
     "WORLD_ACTIVE": 0,
     "MAP": False,
+    "PLUGIN": [],
     "ThingActions": {},
     "ThingTypes": {},
     "Things": {}