Actually start using the game server pings

This commit is contained in:
2026-09-08 18:51:22 -05:00
parent a7ae460446
commit 8c14ecffc1
4 changed files with 74 additions and 11 deletions

View File

@@ -6,6 +6,10 @@ module W3DHubLauncher
@main_thread_queue = []
CyberarmEngine::EventBus.subscribe("game_server_pings", self) do |payload|
MemCache[:game_server_pings] = payload
end
push_state(States::Boot)
# push_state(States::Interface)
end