Эта версия компилится

This commit is contained in:
2025-08-15 17:35:13 +06:00
parent 4d6355298c
commit e21394c4f1
18 changed files with 745 additions and 583 deletions

View File

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