Merge pull request #336 from Dalethium/patch-1

Removed unneeded client side annotation
This commit is contained in:
paulevsGitch 2021-10-29 23:16:39 +03:00 committed by GitHub
commit 3662820fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,6 @@ public enum EndArmorMaterial implements ArmorMaterial {
}
@Override
@Environment(EnvType.CLIENT)
public String getName() {
return this.name;
}