mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 09:16:42 +00:00
lot of work
This commit is contained in:
@@ -255,7 +255,7 @@ void TCPServerMain(){
|
||||
std::thread ID(Identify,client);
|
||||
ID.detach();
|
||||
} catch (const std::exception& e) {
|
||||
error(Sec("fatal: ") + std::string(e));
|
||||
error(Sec("fatal: ") + std::string(e.what()));
|
||||
}
|
||||
}while(client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user