home · contact · privacy
Change path of server run data directory from server/ to server_run/.
[plomrogue] / client / config / io.py
index ecf283d760eac4550307eb9a734b8cb130264f67..f0ec29c4806c582dd02b97b923704a4a502ae588 100644 (file)
@@ -1,7 +1,7 @@
 io = {
-    "path_out": "server/in",
-    "path_in": "server/out",
-    "path_worldstate": "server/worldstate",
+    "path_out": "server_run/in",
+    "path_in": "server_run/out",
+    "path_worldstate": "server_run/worldstate",
     "worldstate_read_order": [
         ["lifepoints", "int"],
         ["satiation", "int"],