implement $next on proxy server

This commit is contained in:
Martin Michelsen
2022-10-15 22:23:16 -07:00
parent 0e53ea08ba
commit c9e5d1f677
4 changed files with 28 additions and 5 deletions
+1
View File
@@ -86,6 +86,7 @@ public:
std::vector<LobbyPlayer> lobby_players;
size_t lobby_client_id;
size_t leader_client_id;
uint16_t area;
bool is_in_game;
std::shared_ptr<PSOBBMultiKeyDetectorEncryption> detector_crypt;