diff --git a/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java index 6880ddd8..97ef3f03 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java @@ -146,6 +146,9 @@ public class Region { } if (prototype != null) { skin = regionData.getPlainValueOrDefault("skin", prototype.getDefaultSkin()); + if (!prototype.getSkinMap().containsKey(skin)) { + skin = prototype.getDefaultSkin(); + } } regionData.add("skin", skin);