mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-28 11:27:58 +01:00
Removed todo.
This commit is contained in:
parent
8e1abbbe39
commit
fef9a4c317
@ -157,7 +157,6 @@ public class Methods {
|
|||||||
} else if (initalEntity instanceof Horse) {
|
} else if (initalEntity instanceof Horse) {
|
||||||
entityList.removeIf(entity -> ((Horse) entity).getInventory().getSaddle() != null
|
entityList.removeIf(entity -> ((Horse) entity).getInventory().getSaddle() != null
|
||||||
|| ((Horse) entity).getInventory().getArmor() != null);
|
|| ((Horse) entity).getInventory().getArmor() != null);
|
||||||
//ToDo: Should be triple checked
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (initalEntity.hasMetadata("breedCooldown")) {
|
if (initalEntity.hasMetadata("breedCooldown")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user