Fixes error in PlayerData assigning
This commit is contained in:
parent
8a8241fe34
commit
5e762c50ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1361,7 +1361,7 @@ namespace TShockAPI
|
|||
this.shoeColor = player.TPlayer.shoeColor;
|
||||
this.hideVisuals = player.TPlayer.hideVisual;
|
||||
this.skinColor = player.TPlayer.skinColor;
|
||||
this.skinColor = player.TPlayer.eyeColor;
|
||||
this.eyeColor = player.TPlayer.eyeColor;
|
||||
this.questsCompleted = player.TPlayer.anglerQuestsFinished;
|
||||
|
||||
Item[] inventory = player.TPlayer.inventory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue