Fix player skin util
This commit is contained in:
@@ -265,7 +265,7 @@ function setPlayerSkin(client, skinIndex) {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function getPlayerSkin(client) {
|
function getPlayerSkin(client) {
|
||||||
return getSkinIndexFromModel(client.player.modelIndex);
|
return getPlayerCurrentSubAccount(client).skin; //getSkinIndexFromModel(getPlayerData().modelIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user