Finished adding cluster commands. TODO: testing

This commit is contained in:
boy0001 2015-01-29 17:02:13 +11:00
parent 61898b0157
commit cafaa31228
9 changed files with 319 additions and 19 deletions

View file

@ -1697,7 +1697,7 @@ public class SQLManager implements AbstractDB {
}
@Override
public void removeInvited(String world, final PlotCluster cluster, final UUID uuid) {
public void removeInvited(final PlotCluster cluster, final UUID uuid) {
TaskManager.runTask(new Runnable() {
@Override
public void run() {