Fixed config writer

This commit is contained in:
Andrei Abrudan 2022-07-05 02:06:09 +01:00
parent c7a31d9d15
commit 43b66ba7f8

View File

@ -118,9 +118,7 @@ namespace cheat::feature
const std::string& category)
{
m_Filters.push_back({
config::CreateField<bool>(friendName, name,
fmt::format("VacuumLoot::Filters::{}", name),
false, true),
config::CreateField<bool>(friendName, name, "VacuumLoot::Filters", false, true),
name, category
});
}