mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02:00
Clean up some stuff and update enums
This commit is contained in:
@@ -10,6 +10,7 @@ public class GameConstants {
|
||||
public static int DATA_VERSION = 0;
|
||||
|
||||
// Set data versions for each region
|
||||
// TODO move this to a json file inside the jar to make it easier to auto-update
|
||||
static {
|
||||
RegionConfig.getRegion("global")
|
||||
.setDataVersion(73);
|
||||
|
||||
Reference in New Issue
Block a user