This commit is contained in:
fullwall 2014-09-15 15:17:48 +08:00
parent 7e5c0d8e24
commit e035ffde04

View File

@ -243,6 +243,8 @@ public class HumanController extends AbstractEntityController {
public String call() throws Exception {
String skinUUID = UUID_CACHE.get(reportedUUID);
if (skinUUID != null) {
npc.data().setPersistent(CACHED_SKIN_UUID_METADATA, skinUUID);
npc.data().setPersistent(CACHED_SKIN_UUID_NAME_METADATA, reportedUUID);
reportedUUID = skinUUID;
}
if (reportedUUID.contains("-")) {