|
|
@ -145,7 +145,6 @@ public class ItemProductionMsg extends ClientNetMsg { |
|
|
|
else |
|
|
|
else |
|
|
|
item = ForgeManager.inMemoryItemLookup.get(this.itemUUID); |
|
|
|
item = ForgeManager.inMemoryItemLookup.get(this.itemUUID); |
|
|
|
|
|
|
|
|
|
|
|
if (item != null) |
|
|
|
|
|
|
|
Item.serializeForClientMsgWithoutSlot(item, writer); |
|
|
|
Item.serializeForClientMsgWithoutSlot(item, writer); |
|
|
|
|
|
|
|
|
|
|
|
writer.putInt(building.getStrongboxValue()); |
|
|
|
writer.putInt(building.getStrongboxValue()); |
|
|
|