1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-08 05:10:55 +02:00

Default use-vault-server to false (#2599)

This commit is contained in:
Luck
2020-09-07 16:51:07 +01:00
parent 2adaea2dac
commit 63f67ca72c

View File

@@ -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.