From 2ef344d9d3e49a2f5a1b56c0b4254fe6178b8222 Mon Sep 17 00:00:00 2001 From: Sollace Date: Thu, 26 Apr 2018 17:20:22 +0200 Subject: [PATCH] Debug --- src/main/java/com/minelittlepony/PonyManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/minelittlepony/PonyManager.java b/src/main/java/com/minelittlepony/PonyManager.java index f8ffef56..c2bf323e 100644 --- a/src/main/java/com/minelittlepony/PonyManager.java +++ b/src/main/java/com/minelittlepony/PonyManager.java @@ -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() {