Fixing zero initalize for entity xp + party share

This commit is contained in:
nossr50
2019-03-05 22:07:02 -08:00
parent 608a523996
commit 38c11d1601
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public class StringUtils {
*/
public static String getEntityConfigName(EntityType entityType)
{
return entityType.toString();
return getCapitalized(entityType.toString());
}
public static String getPrettyItemString(Material material) {