From bb01c7464212d02aa791cdcb08726af1ebd30539 Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 4 Mar 2021 15:01:47 +0000 Subject: [PATCH] Fix typo --- .../luckperms/bukkit/vault/ServerThreadLookupException.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/ServerThreadLookupException.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/ServerThreadLookupException.java index 002a83c2b..f8bc6610d 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/ServerThreadLookupException.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/ServerThreadLookupException.java @@ -44,8 +44,9 @@ class ServerThreadLookupException extends RuntimeException { " a) Ask the author of the plugin making the request to perform Vault calls for\n" + " offline players \"asynchronously\" (using the scheduler). Additionally, prefer\n" + " using the methods that accept 'Player' or 'OfflinePlayer' instead of usernames.\n" + + " You should be able to identify the plugin making the request in the trace below.\n" + " b) As a server admin, you can disable this exception by setting 'vault-unsafe-lookups'\n" + - " to false in the LuckPerms configuration file. However, please use this only as\n" + + " to true in the LuckPerms configuration file. However, please use this only as\n" + " a last resort."; }