geforkt von Mirrors/Paper
Fix potential mutability issue with CraftMetaItem copy constructor
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
1e6fb15514
Commit
87c3fdad31
@ -320,7 +320,7 @@ class CraftMetaItem implements ItemMeta, Damageable, Repairable, BlockDataMeta {
|
||||
}
|
||||
this.damage = meta.damage;
|
||||
this.maxDamage = meta.maxDamage;
|
||||
this.unhandledTags = meta.unhandledTags;
|
||||
this.unhandledTags.copy(meta.unhandledTags.build());
|
||||
this.removedTags.addAll(meta.removedTags);
|
||||
this.persistentDataContainer.putAll(meta.persistentDataContainer.getRaw());
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren