#797: The copy constructor of CraftMetaTropicalFishBucket did not copy its entityTag field

This commit is contained in:
blablubbabc 2021-02-06 09:23:50 +11:00 committed by md_5
parent ed4d4cd651
commit c631fe5579
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -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) {