Add group and track rename commands

This commit is contained in:
Luck
2016-08-23 15:52:51 +01:00
Unverified
parent e89444141b
commit f9c1cdb4bd
13 changed files with 173 additions and 28 deletions
@@ -31,7 +31,7 @@ public class GroupManager extends AbstractManager<String, Group> {
private final LuckPermsPlugin plugin;
@Override
protected void copy(Group from, Group to) {
public void copy(Group from, Group to) {
to.setNodes(from.getNodes());
}