Forgotten comment

This commit is contained in:
Konicai 2023-09-29 14:10:23 -04:00
parent 34cceb614e
commit 85a714ba5a
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ public class GeyserImpl implements GeyserApi {
this.geyserServer.bind(new InetSocketAddress(config.getBedrock().address(), config.getBedrock().port()))
.whenComplete((avoid, throwable) -> {
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 ("0.0.0.0".equals(address)) {