mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 10:40:46 +00:00
Made ServerParser execute on the same thread
This commit is contained in:
@@ -19,7 +19,7 @@ void UDPSend(std::string Data);
|
||||
void CoreNetwork();
|
||||
void SendLarge(std::string Data);
|
||||
void TCPSend(const std::string&Data);
|
||||
void GameSend(std::string Data);
|
||||
void GameSend(const std::string& Data);
|
||||
std::string GetAddr(const std::string&IP);
|
||||
void ServerParser(const std::string& Data);
|
||||
void TCPClientMain(const std::string& IP,int Port);
|
||||
|
||||
Reference in New Issue
Block a user