mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Debug
This commit is contained in:
parent
618a9b78bb
commit
2ef344d9d3
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class PonyManager implements IResourceManagerReloadListener {
|
|||
* Returns true if the given uuid is of a player would would use the ALEX skin type.
|
||||
*/
|
||||
public static boolean isSlimSkin(UUID uuid) {
|
||||
return false;//(uuid.hashCode() & 1) == 1;
|
||||
return (uuid.hashCode() & 1) == 1;
|
||||
}
|
||||
|
||||
private int getNumberOfPonies() {
|
||||
|
|
Loading…
Reference in a new issue