Removed todo.

This commit is contained in:
Brianna 2019-05-30 01:00:03 -04:00
parent 8e1abbbe39
commit fef9a4c317

View File

@ -157,7 +157,6 @@ public class Methods {
} else if (initalEntity instanceof Horse) {
entityList.removeIf(entity -> ((Horse) entity).getInventory().getSaddle() != null
|| ((Horse) entity).getInventory().getArmor() != null);
//ToDo: Should be triple checked
}
if (initalEntity.hasMetadata("breedCooldown")) {