3
0
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:
Camotoy 2024-10-08 18:44:43 -04:00
Ursprung b2ea5792be
Commit c427630a01
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -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();