Allowed for ingame hair color changes too.
This commit is contained in:
parent
1fd5601176
commit
9b07ecaa67
1 changed files with 2 additions and 1 deletions
|
|
@ -1410,7 +1410,8 @@ namespace TShockAPI
|
|||
}
|
||||
if (args.Player.ReceivedInfo)
|
||||
{
|
||||
// Since Terraria 1.2.3 these settings can be changed afterwards.
|
||||
// Since Terraria 1.2.3 these character properties can change ingame.
|
||||
args.Player.TPlayer.hairColor = hairColor;
|
||||
args.Player.TPlayer.hairDye = hairDye;
|
||||
args.Player.TPlayer.pantsColor = pantsColor;
|
||||
args.Player.TPlayer.shirtColor = shirtColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue