mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
b3a8254758
By: md_5 <git@md-5.net>
16 lines
513 B
Diff
16 lines
513 B
Diff
--- a/net/minecraft/server/players/UserCache.java
|
|
+++ b/net/minecraft/server/players/UserCache.java
|
|
@@ -1,3 +1,4 @@
|
|
+// mc-dev import
|
|
package net.minecraft.server.players;
|
|
|
|
import com.google.common.collect.ImmutableList;
|
|
@@ -92,7 +93,7 @@
|
|
}
|
|
|
|
public void onProfileLookupFailed(GameProfile gameprofile, Exception exception) {
|
|
- atomicreference.set((Object) null);
|
|
+ atomicreference.set(null); // CraftBukkit - decompile error
|
|
}
|
|
};
|
|
|