Fix for invalid skin
This commit is contained in:
@@ -1008,7 +1008,7 @@ function forcePlayerSkinCommand(command, params, client) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!skinIndex) {
|
if(skinIndex == false) {
|
||||||
messagePlayerError(client, "That skin is invalid!");
|
messagePlayerError(client, "That skin is invalid!");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user