From 515e9d86b98382d4031fbe371d6fa36ec30395bd Mon Sep 17 00:00:00 2001 From: Sotr Date: Tue, 17 Jul 2018 15:22:46 +0800 Subject: [PATCH] Correts caffeine usage - Close GH-29 --- sources/src/main/java/net/minecraft/server/TileEntitySkull.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/src/main/java/net/minecraft/server/TileEntitySkull.java b/sources/src/main/java/net/minecraft/server/TileEntitySkull.java index 60aa80fa8..8d792c478 100644 --- a/sources/src/main/java/net/minecraft/server/TileEntitySkull.java +++ b/sources/src/main/java/net/minecraft/server/TileEntitySkull.java @@ -207,7 +207,7 @@ public class TileEntitySkull extends TileEntity /*implements ITickable*/ { // Pa Callable callable = new Callable() { @Override public GameProfile call() { - final GameProfile profile = skinCache.getIfPresent(gameprofile.getName().toLowerCase(java.util.Locale.ROOT)); // Akarin - caffeine + final GameProfile profile = skinCache.get(gameprofile.getName().toLowerCase(java.util.Locale.ROOT)); // Akarin - caffeine MinecraftServer.getServer().processQueue.add(new Runnable() { @Override public void run() {