1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-30 19:40:37 +01:00

Fix texture profile properties getting duplicated - Fixes

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);
+ }
+ }