Add player skin util
This commit is contained in:
@@ -184,6 +184,12 @@ function setPlayerSkin(client, skin) {
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function getPlayerSkin(client) {
|
||||
return client.player.modelIndex;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function disconnectPlayer(client) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user