mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-07-18 09:28:12 +08:00
fix dumb error in code causing compilation errors
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user