mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Added missing break in ServerPlayerListEntryPacket
This commit is contained in:
parent
a2d22b6504
commit
25f8bcce7b
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ public class ServerPlayerListEntryPacket extends MinecraftPacket {
|
|||
}
|
||||
|
||||
entry = new PlayerListEntry(profile, disp);
|
||||
break;
|
||||
case REMOVE_PLAYER:
|
||||
entry = new PlayerListEntry(profile);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue