Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Cleared up a few of the more confusing update messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
PazerOP committed Sep 9, 2020
1 parent 7039f22 commit a0e825e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf2_bot_detector/UpdateManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ namespace
});

m_Parent.m_State.Set(MH_SOURCE_LOCATION_CURRENT(), UpdateStatus::Updating,
"Platform reports that TF2 Bot Detector is already installed, and it can be updated. Running platform updater...",
"Installing platform update...",
std::move(future));

return true;
Expand All @@ -716,7 +716,7 @@ namespace

auto downloadBuildFuture = DownloadBuild(*client, portable, updater);
m_Parent.m_State.Set(MH_SOURCE_LOCATION_CURRENT(), UpdateStatus::Downloading,
"Platform reports that TF2 Bot Detector is not installed. Updating in-place (portable mode)",
"Downloading new build...",
std::move(downloadBuildFuture));

return true;
Expand Down

0 comments on commit a0e825e

Please sign in to comment.