This commit is contained in:
PrototypeTrousers
2023-01-30 21:50:26 -03:00
parent d7e1554e41
commit d76eec2145
2 changed files with 9 additions and 2 deletions
@@ -102,7 +102,6 @@ public class ContainerWirelessCraftingTerminal extends ContainerMEPortableCell i
NBTTagCompound tag = new NBTTagCompound();
this.craftingGrid.writeToNBT(tag, "craftingGrid");
this.upgrades.writeToNBT(tag, "upgrades");
this.wirelessTerminalGUIObject.saveChanges(tag);
}
}