Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
muxirr committed Nov 2, 2024
1 parent 9fdb4a0 commit 38a4289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/source/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void login_to_server(HWND hwnd)
}

std::thread([&]()
{while(running){
{ while(running){
using namespace std::chrono;
std::string route = id_player == 1 ? "/update_1" : "/update_2";
std::string body = std::to_string((id_player == 1 ? progress_1 : progress_2).load());
Expand Down

0 comments on commit 38a4289

Please sign in to comment.