mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-10-31 07:39:42 +01:00
Added note to getGroups method in permissions manager for PermissionsBukkit
This commit is contained in:
parent
42dee2e101
commit
f4da63fee6
@ -410,7 +410,7 @@ public class PermissionsManager {
|
||||
|
||||
case PERMISSIONS_BUKKIT:
|
||||
// Permissions Bukkit
|
||||
// Permissions Bukkit doesn't support group, return an empty list
|
||||
// FIXME: Add support for this!
|
||||
return new ArrayList<>();
|
||||
|
||||
case B_PERMISSIONS:
|
||||
|
Loading…
Reference in New Issue
Block a user