Update EmeraldArmorMaterial.java

This commit is contained in:
Steven Tracey 2020-11-21 00:44:09 -05:00 committed by GitHub
parent 274ee0462a
commit 02bef44b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,3 +44,4 @@ public class EmeraldArmorMaterial implements ArmorMaterial {
return 0f; return 0f;
} }
} }