mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 06:59:22 +00:00
Update VersionHelper.java
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.Objects;
|
||||
|
||||
public class VersionHelper {
|
||||
public static final boolean IS_RUNNING_IN_DEV = Boolean.getBoolean("net.momirealms.craftengine.dev");
|
||||
public static final boolean PREMIUM = true;
|
||||
public static final boolean PREMIUM = false;
|
||||
public static final MinecraftVersion MINECRAFT_VERSION;
|
||||
public static final boolean COMPONENT_RELEASE;
|
||||
private static final int version;
|
||||
|
||||
Reference in New Issue
Block a user