realm override

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