Fixed config writer
This commit is contained in:
parent
c7a31d9d15
commit
43b66ba7f8
@ -118,11 +118,9 @@ namespace cheat::feature
|
|||||||
const std::string& category)
|
const std::string& category)
|
||||||
{
|
{
|
||||||
m_Filters.push_back({
|
m_Filters.push_back({
|
||||||
config::CreateField<bool>(friendName, name,
|
config::CreateField<bool>(friendName, name, "VacuumLoot::Filters", false, true),
|
||||||
fmt::format("VacuumLoot::Filters::{}", name),
|
|
||||||
false, true),
|
|
||||||
name, category
|
name, category
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void VacuumLoot::InstallFilters()
|
void VacuumLoot::InstallFilters()
|
||||||
|
Loading…
Reference in New Issue
Block a user