mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 22:13:12 +00:00
Fixed purge command
This commit is contained in:
parent
bcd113146b
commit
a3c8ba84ab
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue