mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 10:55:08 +01:00
Add questing debug; which is enabled by default
This commit is contained in:
@@ -32,4 +32,5 @@ public final class GameConstants {
|
||||
Arrays.stream(DEFAULT_ABILITY_STRINGS).mapToInt(Utils::abilityHash).toArray();
|
||||
public static final int DEFAULT_ABILITY_NAME = Utils.abilityHash("Default");
|
||||
public static String VERSION = "3.5.0";
|
||||
public static final boolean DEBUG = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user