mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Forgotten comment
This commit is contained in:
parent
34cceb614e
commit
85a714ba5a
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ public class GeyserImpl implements GeyserApi {
|
||||||
this.geyserServer.bind(new InetSocketAddress(config.getBedrock().address(), config.getBedrock().port()))
|
this.geyserServer.bind(new InetSocketAddress(config.getBedrock().address(), config.getBedrock().port()))
|
||||||
.whenComplete((avoid, throwable) -> {
|
.whenComplete((avoid, throwable) -> {
|
||||||
String address = config.getBedrock().address();
|
String address = config.getBedrock().address();
|
||||||
String port = String.valueOf(config.getBedrock().port());
|
String port = String.valueOf(config.getBedrock().port()); // otherwise we get commas
|
||||||
|
|
||||||
if (throwable == null) {
|
if (throwable == null) {
|
||||||
if ("0.0.0.0".equals(address)) {
|
if ("0.0.0.0".equals(address)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue