mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 09:59:15 +00:00
Cleanup
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user