realm override

This commit is contained in:
2024-02-24 20:40:59 -06:00
parent 042a292b31
commit 8537463e5c
+1 -1
View File
@@ -78,7 +78,7 @@ public class Realm {
this.mapA = 1;
if(overridePlacement(rs.getString("realmName"))){
this.canBeClaimed = false;
this.canPlaceCities = false;
this.canPlaceCities = true;
this.numCities = 0;
this.rulingCityUUID = 0;
this.charterType = 0;