Correts caffeine usage - Close GH-29
This commit is contained in:
@@ -207,7 +207,7 @@ public class TileEntitySkull extends TileEntity /*implements ITickable*/ { // Pa
|
|||||||
Callable<GameProfile> callable = new Callable<GameProfile>() {
|
Callable<GameProfile> callable = new Callable<GameProfile>() {
|
||||||
@Override
|
@Override
|
||||||
public GameProfile call() {
|
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() {
|
MinecraftServer.getServer().processQueue.add(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|||||||
Reference in New Issue
Block a user