forked from GeyserMC/Geyser
Set Ipv4 port for BedrockPong
This commit is contained in:
parent
c114e4d541
commit
1d1cdd4f42
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class ConnectorServerEventHandler implements BedrockServerEventHandler {
|
||||||
c.setSubMotd(pong.getSubMotd());
|
c.setSubMotd(pong.getSubMotd());
|
||||||
c.setPlayerCount(pong.getPlayerCount());
|
c.setPlayerCount(pong.getPlayerCount());
|
||||||
c.setMaximumPlayerCount(pong.getMaximumPlayerCount());
|
c.setMaximumPlayerCount(pong.getMaximumPlayerCount());
|
||||||
|
c.setIpv4Port(config.getBedrock().getPort());
|
||||||
|
|
||||||
return c;
|
return c;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue