Fixes error in PlayerData assigning

This commit is contained in:
White 2014-05-18 11:56:30 +09:30
parent 8a8241fe34
commit 5e762c50ef

View file

@ -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;