mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-05-19 08:00:19 +00:00
set terminate = false
This commit is contained in:
@@ -224,6 +224,7 @@ void SyncResources(SOCKET Sock){
|
|||||||
if(Ret.empty())return;
|
if(Ret.empty())return;
|
||||||
|
|
||||||
ModWarningConfirmed = false;
|
ModWarningConfirmed = false;
|
||||||
|
Terminate = false;
|
||||||
|
|
||||||
std::string Data = "WMODS_FOUND";
|
std::string Data = "WMODS_FOUND";
|
||||||
send(TheClientSocket, (Data + "\n").c_str(), int(Data.size())+1, 0);
|
send(TheClientSocket, (Data + "\n").c_str(), int(Data.size())+1, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user