This commit is contained in:
HaHaWTH
2023-10-22 10:15:04 +08:00
parent 5c22601c52
commit cf4037614a
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ public final class SecuritySettings implements SettingsHolder {
newProperty("Security.SQLProblem.stopServer", false);
@Comment({"Should we let Bedrock players login automatically?",
"(Requires hookFloodgate to be true)"})
"(Requires hookFloodgate to be true & floodgate loaded)"})
public static final Property<Boolean> FORCE_LOGIN_BEDROCK = newProperty("3rdPartyFeature.features.bedrockAutoLogin", false);
@Comment("Enable the new feature to prevent ghost players?")