mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
Fix texture profile properties getting duplicated - Fixes #3667
This commit is contained in:
parent
255f221550
commit
73fe12740d
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ for (Property property : sourceProperties.values()) {
|
+ for (Property property : sourceProperties.values()) {
|
||||||
|
+ targetProperties.removeAll(property.getName());
|
||||||
+ targetProperties.put(property.getName(), property);
|
+ targetProperties.put(property.getName(), property);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Reference in a new issue