9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00
This commit is contained in:
Dreeam
2025-07-28 20:58:25 +08:00
parent cc6f1d672a
commit 4d814b60d2
6 changed files with 52 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ public class RemoveSpigotCheckBungee extends ConfigModules {
return EnumConfigCategory.MISC.getBaseKeyName() + ".remove-spigot-check-bungee-config";
}
public static boolean enabled = true;
public static boolean enabled = false;
@Override
public void onLoaded() {

View File

@@ -9,7 +9,7 @@ public class RemoveVanillaUsernameCheck extends ConfigModules {
return EnumConfigCategory.MISC.getBaseKeyName() + ".remove-vanilla-username-check";
}
public static boolean enabled = true;
public static boolean enabled = false;
@Override
public void onLoaded() {