Correts caffeine usage - Close GH-29

This commit is contained in:
Sotr
2018-07-17 15:22:46 +08:00
parent 5f917f8253
commit 515e9d86b9

View File

@@ -207,7 +207,7 @@ public class TileEntitySkull extends TileEntity /*implements ITickable*/ { // Pa
Callable<GameProfile> callable = new Callable<GameProfile>() {
@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() {