[Changelog] Updated changelog location

This commit is contained in:
INeedBots 2020-12-09 14:56:19 -06:00
parent a2bbbc0caf
commit 1ac9fadc57

View File

@ -12,7 +12,7 @@ namespace Components
std::lock_guard<std::mutex> _(Changelog::Mutex); std::lock_guard<std::mutex> _(Changelog::Mutex);
Changelog::Lines.clear(); Changelog::Lines.clear();
std::string data = Utils::Cache::GetFile("/iw4/changelog.txt"); std::string data = Utils::Cache::GetFile("/develop/CHANGELOG.md");
if (data.empty()) if (data.empty())
{ {