mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Fix joining
This commit is contained in:
parent
a128099619
commit
3937ac1ae7
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user