fix compile
This commit is contained in:
parent
21e2a4d210
commit
bda639725b
2 changed files with 15 additions and 4 deletions
|
@ -81,3 +81,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
private final String serverId;
|
||||
@Nullable
|
||||
private ServerPlayer delayedAcceptPlayer;
|
||||
@@ -0,0 +0,0 @@ public class ServerLoginPacketListenerImpl implements ServerLoginPacketListener
|
||||
return new GameProfile(uuid, profile.getName());
|
||||
}
|
||||
|
||||
- private static enum State {
|
||||
+ public static enum State { // Paper - make public
|
||||
|
||||
HELLO, KEY, AUTHENTICATING, NEGOTIATING, READY_TO_ACCEPT, DELAY_ACCEPT, ACCEPTED;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue