**** you visual studio

This commit is contained in:
a 2024-11-26 22:03:46 +02:00
parent 1e23974c48
commit d8e94a373a

View File

@ -51,7 +51,7 @@ std::optional<Mod_entry> Steam_UGC::get_query_ugc(UGCQueryHandle_t handle, uint3
std::vector<std::string> Steam_UGC::get_query_ugc_tags(UGCQueryHandle_t handle, uint32 index)
{
auto res = get_query_ugc(handle, index);
if (!res.has_value()) return std::nullopt;
if (!res.has_value()) return {};
std::string tmp = res.value().tags;