mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-09 08:51:38 +01:00
Remove duplicate constructor
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
0825bd5d85
commit
817bb32c3a
@ -16,10 +16,6 @@ public record LoginDisconnectPacket(@NotNull Component kickMessage) implements C
|
||||
this(reader.readComponent());
|
||||
}
|
||||
|
||||
public LoginDisconnectPacket(@NotNull Component kickMessage) {
|
||||
this.kickMessage = kickMessage;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void write(@NotNull BinaryWriter writer) {
|
||||
writer.writeComponent(kickMessage);
|
||||
|
Loading…
Reference in New Issue
Block a user