mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-01-03 16:13:22 +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)
|
for (auto& childLable : categoryChildren)
|
||||||
{
|
{
|
||||||
if (regenerateExclude.find(childLable->id) == regenerateExclude.end())
|
if (!regenerateExclude.contains(std::to_string(childLable->id)))
|
||||||
{
|
{
|
||||||
regenerateTime[childLable->id] = regenerateTimeInMS;
|
regenerateTime[childLable->id] = regenerateTimeInMS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user