mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +00:00
add more logging to exit
This commit is contained in:
@@ -178,8 +178,10 @@ void Parse(std::string Data, SOCKET CSocket) {
|
||||
TCPTerminate = true;
|
||||
ping = -1;
|
||||
}
|
||||
if (SubCode == 'G')
|
||||
if (SubCode == 'G') {
|
||||
debug("Closing via 'G' packet");
|
||||
exit(2);
|
||||
}
|
||||
Data.clear();
|
||||
break;
|
||||
case 'R': // will send mod name
|
||||
|
||||
Reference in New Issue
Block a user