Improve how the data version is handled

This commit is contained in:
Melledy
2025-11-17 20:22:06 -08:00
parent 7c58d22771
commit dc293cd7ea
6 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -22,8 +22,8 @@ public class Config {
public ServerRates serverRates = new ServerRates();
public LogOptions logOptions = new LogOptions();
public int customDataVersion = 0;
public String resourceDir = "./resources";
public String dataDir = "./data";
public String patchListPath = "./patchlist.json";
@Getter