Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 22:40:18 +01:00
Fix broadcast port default
Dieser Commit ist enthalten in:
Ursprung
b2ea5792be
Commit
c427630a01
@ -216,7 +216,7 @@ public interface GeyserConfig {
|
|||||||
@Comment("""
|
@Comment("""
|
||||||
The port to broadcast to Bedrock clients with the MOTD that they should use to connect to the server.
|
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.""")
|
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)
|
@NumericRange(from = 0, to = 65535)
|
||||||
int broadcastPort();
|
int broadcastPort();
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren