Fix to previous commit.

This commit is contained in:
CoderCow 2014-02-17 12:33:22 +01:00
parent ccccd641d7
commit 1fd5601176

View file

@ -1410,10 +1410,9 @@ namespace TShockAPI
}
if (args.Player.ReceivedInfo)
{
args.Player.TPlayer.hairDye = hairDye;
// Since Terraria 1.2.3 these settings can be changed afterwards.
args.Player.TPlayer.shirtColor = shirtColor;
args.Player.TPlayer.hairDye = hairDye;
args.Player.TPlayer.pantsColor = pantsColor;
args.Player.TPlayer.shirtColor = shirtColor;
args.Player.TPlayer.underShirtColor = underShirtColor;
args.Player.TPlayer.shoeColor = shoeColor;