Rename more custom entity fields

This commit is contained in:
libraryaddict
2020-04-19 08:23:35 +12:00
parent f10870b727
commit e29ad3ffde
4 changed files with 7 additions and 7 deletions

View File

@@ -647,7 +647,7 @@ public class DisguiseParser {
name = disguisePerm.toReadable();
if (disguisePerm.getType().isCustom()) {
ModdedEntity ent = ModdedManager.getCustomEntity(disguisePerm.toReadable());
ModdedEntity ent = ModdedManager.getModdedEntity(disguisePerm.toReadable());
if (ent == null) {
throw new DisguiseParseException(LibsMsg.PARSE_CANT_DISG_UNKNOWN);