Remove TODO comment

This commit is contained in:
Marcel Konrad
2020-07-02 18:45:53 +02:00
parent 5f64bf6daa
commit 563ef68c95

View File

@@ -173,7 +173,7 @@ public class EntityNBT implements IBuilderComponent
public void setArmorItem(int index, ResourceLocation location) public void setArmorItem(int index, ResourceLocation location)
{ {
if(EntityNBT.isArrayIndexValid(this.armorItems, index) && location != null) //TODO if(EntityNBT.isArrayIndexValid(this.armorItems, index) && location != null)
{ {
this.armorItems[index] = location; this.armorItems[index] = location;
} }