fix 88 command during loading on proxy

This commit is contained in:
Martin Michelsen
2025-10-05 10:48:58 -07:00
parent 00b0f71bf4
commit df2dfd21e3
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ struct ProxySession {
uint8_t char_class = 0;
};
std::vector<LobbyPlayer> lobby_players;
bool is_in_lobby = false;
bool is_in_game = false;
bool is_in_quest = false;
uint8_t leader_client_id = 0;