-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:
parent
2a62bf84df
commit
39a81cfa66
5 changed files with 132 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue