-SSC now saves player hair, hair color, hair dye, cloth colors and accessory visibility.

-Fixed hair changes now showing up to other players ingame.
This commit is contained in:
CoderCow 2014-02-26 22:24:03 +01:00
parent 2a62bf84df
commit 39a81cfa66
5 changed files with 132 additions and 5 deletions

View file

@ -1405,6 +1405,7 @@ namespace TShockAPI
if (args.Player.ReceivedInfo)
{
// Since Terraria 1.2.3 these character properties can change ingame.
args.Player.TPlayer.hair = hair;
args.Player.TPlayer.hairColor = hairColor;
args.Player.TPlayer.hairDye = hairDye;
args.Player.TPlayer.pantsColor = pantsColor;