mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 01:06:25 +00:00
Final Commit v1.20
This commit is contained in:
@@ -69,7 +69,7 @@ void Authentication(SOCKET TCPSock) {
|
||||
json::Document d;
|
||||
d.Parse(Rc.c_str());
|
||||
if(Rc == "-1" || d.HasParseError()){
|
||||
ClientKick(c,"Invalid key!");
|
||||
ClientKick(c,"Invalid key! Please restart your game.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user