mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
Fix joining
This commit is contained in:
parent
a128099619
commit
3937ac1ae7
@ -51,7 +51,7 @@ bool SecurityWarning() {
|
||||
confirmed = -1;
|
||||
CoreSend("WMODS_FOUND");
|
||||
|
||||
while (confirmed == -1 || Terminate == false)
|
||||
while (confirmed == -1)
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(10));
|
||||
|
||||
if (confirmed == 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user