mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 16:57:11 +00:00
Handling K packet with reason
This commit is contained in:
parent
0a5343cbd9
commit
376594f00c
@ -78,6 +78,10 @@ void Server::ServerParser(const std::string& Data) {
|
||||
MStatus = Data;
|
||||
UStatus = "done";
|
||||
return;
|
||||
case 'K':
|
||||
Terminate = true;
|
||||
UStatus = Data.substr(1);
|
||||
return;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user