mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-27 02:47:50 +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) {
|
||||
entityList.removeIf(entity -> ((Horse) entity).getInventory().getSaddle() != null
|
||||
|| ((Horse) entity).getInventory().getArmor() != null);
|
||||
//ToDo: Should be triple checked
|
||||
}
|
||||
|
||||
if (initalEntity.hasMetadata("breedCooldown")) {
|
||||
|
Loading…
Reference in New Issue
Block a user