This commit is contained in:
2025-06-30 18:03:56 +06:00
parent 6fd0b3e9d5
commit efc6dc0692
2 changed files with 52 additions and 38 deletions

View File

@@ -42,7 +42,6 @@ class GameServer : public AsyncObject {
struct {
Lockable<std::set<std::string>> ConnectedPlayersSet;
Lockable<std::list<std::unique_ptr<RemoteClient>>> NewConnectedPlayers;
} External;
struct ContentObj {