mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-01 02:21:43 +02:00
Fix typo
This commit is contained in:
@@ -44,8 +44,9 @@ class ServerThreadLookupException extends RuntimeException {
|
|||||||
" a) Ask the author of the plugin making the request to perform Vault calls for\n" +
|
" 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" +
|
" offline players \"asynchronously\" (using the scheduler). Additionally, prefer\n" +
|
||||||
" using the methods that accept 'Player' or 'OfflinePlayer' instead of usernames.\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" +
|
" 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.";
|
" a last resort.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user