Fix texture profile properties getting duplicated - Fixes #3667

This commit is contained in:
Aikar 2020-06-28 19:37:53 -04:00
parent 255f221550
commit 73fe12740d

View file

@ -220,6 +220,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+
+ for (Property property : sourceProperties.values()) {
+ targetProperties.removeAll(property.getName());
+ targetProperties.put(property.getName(), property);
+ }
+ }