mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2024-12-22 19:27:24 +08:00
fix dumb error in code causing compilation errors
This commit is contained in:
parent
f6c6cd87c8
commit
55b9c54c5a
@ -1407,7 +1407,7 @@ namespace cheat::feature
|
||||
|
||||
for (auto& childLable : categoryChildren)
|
||||
{
|
||||
if (regenerateExclude.find(childLable->id) == regenerateExclude.end())
|
||||
if (!regenerateExclude.contains(std::to_string(childLable->id)))
|
||||
{
|
||||
regenerateTime[childLable->id] = regenerateTimeInMS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user