mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-13 03:06:27 +00:00
fix client insert/create issue
This commit is contained in:
committed by
Anonymous275
parent
b3256062f7
commit
bca4b3f140
@@ -18,6 +18,7 @@ public:
|
||||
|
||||
TServer(int argc, char** argv);
|
||||
|
||||
void InsertClient(std::shared_ptr<TClient> Ptr);
|
||||
std::weak_ptr<TClient> InsertNewClient();
|
||||
void RemoveClient(std::weak_ptr<TClient>);
|
||||
// in Fn, return true to continue, return false to break
|
||||
|
||||
Reference in New Issue
Block a user