Merge pull request #760 from CoderCow/patch-1

Fixes SSC Issues and Hair Style
This commit is contained in:
MarioE 2014-02-27 20:41:37 -05:00
commit ab3ecd3077
5 changed files with 132 additions and 5 deletions

View file

@ -1406,6 +1406,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;