Hide LazyDFU missing warning in dev

This commit is contained in:
embeddedt 2023-04-30 19:20:04 -04:00
parent cc78749e87
commit 7e87aae3f6
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -129,7 +129,7 @@ public class ModernFix {
if(ModList.get().isLoaded(modId))
return true;
}
return false;
return !FMLLoader.isProduction();
}
@SubscribeEvent