mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-10 01:21:46 +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;
|
||||
this.variant = bucket.variant;
|
||||
this.entityTag = bucket.entityTag;
|
||||
}
|
||||
|
||||
CraftMetaTropicalFishBucket(NBTTagCompound tag) {
|
||||
|
Loading…
Reference in New Issue
Block a user