realm fix

This commit is contained in:
2024-03-05 19:46:55 -06:00
parent 9bbcbda9ee
commit af269d6b33
+1 -1
View File
@@ -88,7 +88,7 @@ public class Realm {
this.canPlaceCities = rs.getBoolean("canPlaceCities");
this.numCities = rs.getInt("numCities");
this.rulingCityUUID = rs.getInt("rulingCityUID");
if (this.rulingCityUUID == 0) {
if (this.rulingCityUUID != 0) {
this.charterType = rs.getInt("charterType");
} else {
this.charterType = 0;