This commit is contained in:
Sollace 2018-04-26 17:20:22 +02:00
parent 618a9b78bb
commit 2ef344d9d3

View file

@ -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. * Returns true if the given uuid is of a player would would use the ALEX skin type.
*/ */
public static boolean isSlimSkin(UUID uuid) { public static boolean isSlimSkin(UUID uuid) {
return false;//(uuid.hashCode() & 1) == 1; return (uuid.hashCode() & 1) == 1;
} }
private int getNumberOfPonies() { private int getNumberOfPonies() {