9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

修复开发集成服务器控制台输出中文编码问题

This commit is contained in:
jhqwqmc
2025-12-07 12:12:34 +08:00
parent fae874646c
commit ef143abcbe
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import java.util.Objects;
public class VersionHelper {
public static final boolean PREMIUM = true;
public static final boolean IS_RUNNING_IN_DEV = Boolean.getBoolean("net.momirealms.craftengine.dev");
public static final MinecraftVersion MINECRAFT_VERSION;
public static final boolean COMPONENT_RELEASE;
private static final int version;