mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
Fixed method signature change.
This commit is contained in:
parent
28e229e409
commit
05707c6256
Binary file not shown.
@ -121,8 +121,8 @@ public class Permission_Privileges extends Permission {
|
||||
|
||||
@Override
|
||||
public boolean playerAddGroup(String world, String player, String group) {
|
||||
privs.getGroupManager().setGroup(player, group);
|
||||
return true;
|
||||
Group g = privs.getGroupManager().setGroup(player, group);
|
||||
return g != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user