mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
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.setPlayerCount(pong.getPlayerCount());
|
||||
c.setMaximumPlayerCount(pong.getMaximumPlayerCount());
|
||||
c.setIpv4Port(config.getBedrock().getPort());
|
||||
|
||||
return c;
|
||||
|
||||
|
|
Loading…
Reference in a new issue