Add basic support for other regions

This commit is contained in:
Melledy
2025-11-26 21:31:09 -08:00
parent 7df1be99ef
commit 187d715866
5 changed files with 49 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ public class GameConstants {
// Helper functions
public static String getGameVersion() {
return VERSION + "." + getDataVersion();
return VERSION + "." + getDataVersion() + " (" + Nebula.getConfig().getRegion().toUpperCase() + ")";
}
public static int getDataVersion() {