Smart hit assignation and chain monitoring

This commit is contained in:
2026-01-27 08:26:48 -05:00
parent 5ef8707122
commit 99ffe7f9e9
13 changed files with 188 additions and 42 deletions

View File

@@ -28,6 +28,9 @@ class ServerState:
# bot running flag
self.bot_running: bool = False
# faction IDs for API monitoring
self.friendly_faction_id: Optional[int] = None
# concurrency lock for async safety
self.lock = asyncio.Lock()