fix: 修复编译错误
This commit is contained in:
parent
ab5433034e
commit
6b8cd5906c
|
|
@ -21,6 +21,6 @@ public class NeoForgePlatformHelper implements IPlatformHelper {
|
||||||
@Override
|
@Override
|
||||||
public boolean isDevelopmentEnvironment() {
|
public boolean isDevelopmentEnvironment() {
|
||||||
|
|
||||||
return !FMLLoader.isProduction();
|
return !FMLLoader.getCurrent().isProduction();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user