remove two-socket download

This commit is contained in:
Lion Kortlepel
2024-09-29 01:15:48 +02:00
parent a4b62d013c
commit 88ca17236a
5 changed files with 22 additions and 130 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void TResourceManager::RefreshFiles() {
}
beammp_debugf("sha256('{}'): {}", File, result);
mMods.push_back(nlohmann::json {
{ "file_name", File },
{ "file_name", std::filesystem::path(File).filename() },
{ "file_size", Read },
{ "hash_algorithm", "sha256" },
{ "hash", result },