Set Ipv4 port for BedrockPong

This commit is contained in:
RednedEpic 2019-08-03 01:56:54 -05:00
parent c114e4d541
commit 1d1cdd4f42
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public class ConnectorServerEventHandler implements BedrockServerEventHandler {
c.setSubMotd(pong.getSubMotd());
c.setPlayerCount(pong.getPlayerCount());
c.setMaximumPlayerCount(pong.getMaximumPlayerCount());
c.setIpv4Port(config.getBedrock().getPort());
return c;