mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Fix missing assignment of playerKey in ServerLogin constructor (#776)
This commit is contained in:
@@ -40,6 +40,7 @@ public class ServerLogin implements MinecraftPacket {
|
||||
|
||||
public ServerLogin(String username, @Nullable IdentifiedKey playerKey) {
|
||||
this.username = Preconditions.checkNotNull(username, "username");
|
||||
this.playerKey = playerKey;
|
||||
}
|
||||
|
||||
public String getUsername() {
|
||||
|
||||
Reference in New Issue
Block a user