mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-13 19:11:43 +01:00
#797: The copy constructor of CraftMetaTropicalFishBucket did not copy its entityTag field
By: blablubbabc <lukas@wirsindwir.de>
This commit is contained in:
parent
236e582f0b
commit
5d4113e993
@ -30,6 +30,7 @@ class CraftMetaTropicalFishBucket extends CraftMetaItem implements TropicalFishB
|
|||||||
|
|
||||||
CraftMetaTropicalFishBucket bucket = (CraftMetaTropicalFishBucket) meta;
|
CraftMetaTropicalFishBucket bucket = (CraftMetaTropicalFishBucket) meta;
|
||||||
this.variant = bucket.variant;
|
this.variant = bucket.variant;
|
||||||
|
this.entityTag = bucket.entityTag;
|
||||||
}
|
}
|
||||||
|
|
||||||
CraftMetaTropicalFishBucket(NBTTagCompound tag) {
|
CraftMetaTropicalFishBucket(NBTTagCompound tag) {
|
||||||
|
Loading…
Reference in New Issue
Block a user