Skip to content

Commit

Permalink
Fix joining
Browse files Browse the repository at this point in the history
  • Loading branch information
WiserTixx committed Sep 14, 2024
1 parent a128099 commit 3937ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3937ac1

Please sign in to comment.