Allow the server to send ClientDiff

This commit is contained in:
Melledy
2025-11-15 04:29:55 -08:00
parent 33babe3405
commit 5f98c8ce80
8 changed files with 111 additions and 18 deletions
+1
View File
@@ -24,6 +24,7 @@ public class Config {
public String resourceDir = "./resources";
public String dataDir = "./data";
public String patchListPath = "./patchlist.json";
@Getter
public static class DatabaseInfo {