mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Fix building
This commit is contained in:
parent
29c230f71d
commit
6d09b95665
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class ClientListener extends SessionAdapter {
|
|||
|
||||
if (this.targetState == ProtocolState.LOGIN) {
|
||||
GameProfile profile = session.getFlag(MinecraftConstants.PROFILE_KEY);
|
||||
session.send(new ServerboundHelloPacket(profile.getName()));
|
||||
session.send(new ServerboundHelloPacket(profile.getName(), null, null, null));
|
||||
} else {
|
||||
session.send(new ServerboundStatusRequestPacket());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue