diff --git a/src/main/kotlin/mynameisjeff/skyblockclientupdater/UpdateChecker.kt b/src/main/kotlin/mynameisjeff/skyblockclientupdater/UpdateChecker.kt index 9c4ee07..4ef2a54 100644 --- a/src/main/kotlin/mynameisjeff/skyblockclientupdater/UpdateChecker.kt +++ b/src/main/kotlin/mynameisjeff/skyblockclientupdater/UpdateChecker.kt @@ -231,7 +231,7 @@ class UpdateChecker { // update to mod id loop for (localMod in installedMods) { for (repoMod in latestMods) { - if (repoMod.internalId == "polypatcher") continue // lol i gotta fix this + if (repoMod.internalId == "patcher" && localMod.file.name.contains("polypatcher", ignoreCase = true)) continue // lol i gotta fix this if(checkModId(localMod, repoMod) && repoMod.updateToIds.isNotEmpty()) { for (updateToId in repoMod.updateToIds) { // mark the mod as updated