1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-03 14:12:21 +00:00
This commit is contained in:
Camotoy
2022-07-09 18:39:02 -04:00
parent f9fd7cb831
commit 897c4dcfec
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");
}