mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-14 04:02:01 +01:00
Fix issue #64
This commit is contained in:
parent
7e5c0d8e24
commit
e035ffde04
@ -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("-")) {
|
||||
|
Loading…
Reference in New Issue
Block a user