mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Revert "move NetReset"
This reverts commit 3be1262b0765be78acd48f7805eea642d35197f0.
This commit is contained in:
parent
3be1262b07
commit
7ff4681263
@ -95,6 +95,7 @@ void Parse(std::string Data,SOCKET CSocket){
|
|||||||
ModWarningConfirmed = true;
|
ModWarningConfirmed = true;
|
||||||
} else if (SubCode == 'N') {
|
} else if (SubCode == 'N') {
|
||||||
ModWarningConfirmed = false;
|
ModWarningConfirmed = false;
|
||||||
|
NetReset();
|
||||||
Terminate = true;
|
Terminate = true;
|
||||||
TCPTerminate = true;
|
TCPTerminate = true;
|
||||||
}
|
}
|
||||||
|
@ -236,7 +236,6 @@ void SyncResources(SOCKET Sock){
|
|||||||
UlStatus = "UlMods rejected!";
|
UlStatus = "UlMods rejected!";
|
||||||
info("Mods rejected by user!");
|
info("Mods rejected by user!");
|
||||||
// game has already cancelled by now
|
// game has already cancelled by now
|
||||||
NetReset();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user