mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
set terminate = false
This commit is contained in:
parent
7ff4681263
commit
5e5fe80202
@ -224,6 +224,7 @@ void SyncResources(SOCKET Sock){
|
||||
if(Ret.empty())return;
|
||||
|
||||
ModWarningConfirmed = false;
|
||||
Terminate = false;
|
||||
|
||||
std::string Data = "WMODS_FOUND";
|
||||
send(TheClientSocket, (Data + "\n").c_str(), int(Data.size())+1, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user