Fixed purge command

This commit is contained in:
boy0001 2014-12-29 00:56:01 +11:00
parent bcd113146b
commit a3c8ba84ab
3 changed files with 10 additions and 4 deletions

View file

@ -1253,6 +1253,10 @@ import java.util.concurrent.TimeUnit;
managers.remove(world);
worlds.remove(world);
}
public static void removePlots(final String world) {
plots.put(world, new HashMap<PlotId, Plot>());
}
/**
* Get all plots