Add player skin util

This commit is contained in:
Vortrex
2021-01-13 11:03:54 -06:00
parent 2494754ad8
commit 052e330642

View File

@@ -184,6 +184,12 @@ function setPlayerSkin(client, skin) {
// ---------------------------------------------------------------------------
function getPlayerSkin(client) {
return client.player.modelIndex;
}
// ---------------------------------------------------------------------------
function disconnectPlayer(client) {
return false;
}