mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +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;
|
||||
} else if (SubCode == 'N') {
|
||||
ModWarningConfirmed = false;
|
||||
NetReset();
|
||||
Terminate = true;
|
||||
TCPTerminate = true;
|
||||
}
|
||||
|
@ -236,7 +236,6 @@ void SyncResources(SOCKET Sock){
|
||||
UlStatus = "UlMods rejected!";
|
||||
info("Mods rejected by user!");
|
||||
// game has already cancelled by now
|
||||
NetReset();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user