mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-13 11:18:19 +01:00
Fix broadcast port default
This commit is contained in:
parent
b2ea5792be
commit
c427630a01
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ public interface GeyserConfig {
|
|||
@Comment("""
|
||||
The port to broadcast to Bedrock clients with the MOTD that they should use to connect to the server.
|
||||
DO NOT change this unless Geyser runs on a different internal port than the one that is used to connect.""")
|
||||
@DefaultNumeric(19132)
|
||||
@DefaultNumeric(0)
|
||||
@NumericRange(from = 0, to = 65535)
|
||||
int broadcastPort();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue