mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update core/src/main/java/org/geysermc/geyser/GeyserImpl.java
Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
This commit is contained in:
parent
c685efa9b4
commit
d8fa73ec8e
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ public class GeyserImpl implements GeyserApi, EventRegistrar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now that other platforms set the Bedrock port, also check the broadcast port
|
// Now that the Bedrock port may have been changed, also check the broadcast port (configurable on all platforms)
|
||||||
String broadcastPort = System.getProperty("geyserBroadcastPort", "");
|
String broadcastPort = System.getProperty("geyserBroadcastPort", "");
|
||||||
if (!broadcastPort.isEmpty()) {
|
if (!broadcastPort.isEmpty()) {
|
||||||
int parsedPort;
|
int parsedPort;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue