Fix minor error
This commit is contained in:
		| @@ -99,8 +99,7 @@ public class ModdedManager implements PluginMessageListener { | ||||
|  | ||||
|     public static CustomEntity getCustomEntity(String name) { | ||||
|         for (CustomEntity entity : entities.values()) { | ||||
|             if (!name.contains(":") ? entity.getName().split(":")[1].equalsIgnoreCase(name) : | ||||
|                     !entity.getName().equalsIgnoreCase(name)) { | ||||
|             if (!entity.getName().equalsIgnoreCase(name)) { | ||||
|                 continue; | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user