Fix ping player counts being swapped
This commit is contained in:
parent
da5fa4bb7c
commit
b7babd2888
@ -167,7 +167,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
||||
{
|
||||
pingBack.done( new ServerPing(
|
||||
new ServerPing.Protocol( bungee.getGameVersion(), bungee.getProtocolVersion() ),
|
||||
new ServerPing.Players( bungee.getOnlineCount(), listener.getMaxPlayers() ),
|
||||
new ServerPing.Players( listener.getMaxPlayers(), bungee.getOnlineCount() ),
|
||||
motd ),
|
||||
null );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user