Changes

Summary

  1. Fix for #1552 (details)
Commit b38cfee5ff63281febc556def515ced33311f21e by covers1624
Fix for #1552

The Server was not syncing the players TPlayerStats to the client until
the Armor tab was opened.
Added Packet.
Send Packet on EntityJoinEvent.

Format Derp.

Changed to Debug and added Knapsack slot output.
The file was modifiedsrc/main/java/tconstruct/armor/ArmorProxyCommon.java (diff)
The file was addedsrc/main/java/tconstruct/util/network/ArmourGuiSyncPacket.java
The file was modifiedsrc/main/java/tconstruct/armor/ArmorProxyClient.java (diff)
The file was modifiedsrc/main/java/tconstruct/armor/TinkerArmorEvents.java (diff)
The file was modifiedsrc/main/java/tconstruct/util/network/PacketPipeline.java (diff)