Fix haveIBeenPwned check

This commit is contained in:
HaHaWTH
2024-03-30 01:24:25 +08:00
parent 3a0d5f6347
commit c6278b17e9
2 changed files with 3 additions and 4 deletions
@@ -49,7 +49,7 @@ public final class SecuritySettings implements SettingsHolder {
newProperty("3rdPartyFeature.fixes.advancedShulkerFix", false);
@Comment({"Choose the best teleport method by server brand?",
"(Enable this if you are using Paper)"})
"(Enable this if you are using Paper/Folia)"})
public static final Property<Boolean> SMART_ASYNC_TELEPORT =
newProperty("3rdPartyFeature.optimizes.smartAsyncTeleport", true);