Defer world activation until welcome preflight confirmation

This commit is contained in:
Jage9
2026-02-28 20:58:23 -05:00
parent e669bf8a57
commit 429b295a64
8 changed files with 71 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ class ClientConnection:
last_position_update_ms: int = 0
movement_window_index: int = -1
movement_window_steps_used: int = 0
world_ready: bool = False
def summary(self) -> dict[str, str | int]:
"""Return a compact serializable snapshot for logs/diagnostics."""