This commit is contained in:
Camotoy 2022-07-09 18:39:02 -04:00
parent f9fd7cb831
commit 897c4dcfec
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
30 changed files with 144 additions and 528 deletions

View file

@ -197,7 +197,7 @@ public class GeyserStandaloneBootstrap implements GeyserBootstrap {
handleArgsConfigOptions();
if (this.geyserConfig.getRemote().getAddress().equalsIgnoreCase("auto")) {
if (this.geyserConfig.getRemote().address().equalsIgnoreCase("auto")) {
geyserConfig.setAutoconfiguredRemote(true); // Doesn't really need to be set but /shrug
geyserConfig.getRemote().setAddress("127.0.0.1");
}