mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
@@ -5,10 +5,10 @@
|
||||
package net.minecraft.server.players;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
@@ -93,7 +94,7 @@
|
||||
@@ -81,7 +82,7 @@
|
||||
}
|
||||
|
||||
public void onProfileLookupFailed(GameProfile gameprofile, Exception exception) {
|
||||
public void onProfileLookupFailed(String s1, Exception exception) {
|
||||
- atomicreference.set((Object) null);
|
||||
+ atomicreference.set(null); // CraftBukkit - decompile error
|
||||
}
|
||||
|
Reference in New Issue
Block a user