home · contact · privacy
Change path of server run data directory from server/ to server_run/.
[plomrogue] / roguelike-client
index 7bb862272caac1bce5949efef6eadb237d011c45..5d140640ac1a739ccda084f41f01aa6ae372f174 100755 (executable)
@@ -36,6 +36,7 @@ def read_worldstate():
             read_worldstate.last_checked_mtime = mtime
             read_anew = True
     if read_anew:
+        # TODO: Hardcore order of necessary fields, ensure dependency order.
         redraw_windows = True
         world_data["turn"] = int(turn_string)
         for entry in io["worldstate_read_order"]: