Skip to content

Commit 87dd989

Browse files
committed
fix very stupid bug in updater...
1 parent a6400ea commit 87dd989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmedll/Updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace Updater
4343

4444
res = curl_easy_perform(curl);
4545

46-
if (!g_isShuttingDown)
46+
if (g_isShuttingDown)
4747
{
4848
spdlog::warn("[BME Updater] Update check: failure, game is already shutting down");
4949
curl_easy_cleanup(curl);

0 commit comments

Comments
 (0)