Fix for invalid skin

This commit is contained in:
Vortrex
2022-02-26 21:30:37 -06:00
parent 801f118a02
commit caaad0ec2b

View File

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