mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Bump server supported game version to 3.6.0
This commit is contained in:
@@ -31,6 +31,6 @@ public final class GameConstants {
|
|||||||
public static final int[] DEFAULT_ABILITY_HASHES =
|
public static final int[] DEFAULT_ABILITY_HASHES =
|
||||||
Arrays.stream(DEFAULT_ABILITY_STRINGS).mapToInt(Utils::abilityHash).toArray();
|
Arrays.stream(DEFAULT_ABILITY_STRINGS).mapToInt(Utils::abilityHash).toArray();
|
||||||
public static final int DEFAULT_ABILITY_NAME = Utils.abilityHash("Default");
|
public static final int DEFAULT_ABILITY_NAME = Utils.abilityHash("Default");
|
||||||
public static String VERSION = "3.5.0";
|
public static String VERSION = "3.6.0";
|
||||||
public static final boolean DEBUG = true;
|
public static final boolean DEBUG = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user