Fixed slight bug

This commit is contained in:
Vaern 2022-12-23 22:55:21 -08:00
parent dfb237d9cd
commit 8b08b28264

View File

@ -162,6 +162,8 @@ public class ArmorModHandler {
if(stack != null)
slots[i] = stack;
else // Any non-existing armor mods will be sorted out automatically
removeMod(armor, i);
}
return slots;