mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 16:41:16 +00:00
Fix joining
This commit is contained in:
@@ -51,7 +51,7 @@ bool SecurityWarning() {
|
|||||||
confirmed = -1;
|
confirmed = -1;
|
||||||
CoreSend("WMODS_FOUND");
|
CoreSend("WMODS_FOUND");
|
||||||
|
|
||||||
while (confirmed == -1 || Terminate == false)
|
while (confirmed == -1)
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(10));
|
std::this_thread::sleep_for(std::chrono::milliseconds(10));
|
||||||
|
|
||||||
if (confirmed == 1)
|
if (confirmed == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user