mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-05 15:01:46 +01:00
fix typo
This commit is contained in:
parent
7700c718aa
commit
6017a902c3
@ -77,7 +77,7 @@ public interface PermissionHandler {
|
||||
*
|
||||
* @param permissionName the permission name
|
||||
* @param permissionVerifier the optional verifier,
|
||||
* null mean that only the permission name will be used
|
||||
* null means that only the permission name will be used
|
||||
* @return true if the handler has the permission, false otherwise
|
||||
*/
|
||||
default boolean hasPermission(@NotNull String permissionName, @Nullable PermissionVerifier permissionVerifier) {
|
||||
|
Loading…
Reference in New Issue
Block a user