diff --git a/cheat-library/src/user/cheat/imap/InteractiveMap.cpp b/cheat-library/src/user/cheat/imap/InteractiveMap.cpp index 0ea8337..3975477 100644 --- a/cheat-library/src/user/cheat/imap/InteractiveMap.cpp +++ b/cheat-library/src/user/cheat/imap/InteractiveMap.cpp @@ -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; }