We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6889a11 commit 9877d00Copy full SHA for 9877d00
common/src/main/java/me/minecraftauth/plugin/common/feature/gatekeeper/GatekeeperFeature.java
@@ -127,7 +127,7 @@ public void reload() {
127
realms.put(null, superRealm);
128
}
129
130
- Dynamic serversDynamic = service.getConfig().dget("Gatekeeper.Servers");
+ Dynamic serversDynamic = service.getConfig().dgetSilent("Gatekeeper.Servers");
131
if (serversDynamic.isPresent()) {
132
serversDynamic.children().forEach(child -> {
133
String server = child.key().convert().intoString();
0 commit comments