mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-23 19:16:37 +01:00
Default use-vault-server to false (#2599)
This commit is contained in:
parent
2adaea2dac
commit
63f67ca72c
@ -448,7 +448,7 @@ public final class ConfigKeys {
|
||||
/**
|
||||
* If the vault server option should be used
|
||||
*/
|
||||
public static final ConfigKey<Boolean> USE_VAULT_SERVER = booleanKey("use-vault-server", true);
|
||||
public static final ConfigKey<Boolean> USE_VAULT_SERVER = booleanKey("use-vault-server", false);
|
||||
|
||||
/**
|
||||
* The name of the server to use for Vault.
|
||||
|
Loading…
Reference in New Issue
Block a user