fix: 修复编译错误

This commit is contained in:
叁玖领域 2026-05-13 23:04:32 +08:00
parent ab5433034e
commit 6b8cd5906c

View File

@ -21,6 +21,6 @@ public class NeoForgePlatformHelper implements IPlatformHelper {
@Override
public boolean isDevelopmentEnvironment() {
return !FMLLoader.isProduction();
return !FMLLoader.getCurrent().isProduction();
}
}