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
@@ -67,7 +67,7 @@ public abstract class AbstractManager<I, T extends Identifiable<I>> {
}
}
protected abstract void copy(T from, T to);
public abstract void copy(T from, T to);
/**
* Check to see if a object is loaded or not