fix: missing REI warning
This commit is contained in:
@@ -52,6 +52,7 @@ object REIDependencyWarner {
|
||||
@Subscribe
|
||||
fun checkREIDependency(event: SkyblockServerUpdateEvent) {
|
||||
if (!SBData.isOnSkyblock) return
|
||||
if (!RepoManager.Config.warnForMissingItemListMod) return
|
||||
if (hasREI) return
|
||||
if (sentWarning) return
|
||||
sentWarning = true
|
||||
|
||||
Reference in New Issue
Block a user