This commit is contained in:
boy0001 2015-02-20 16:40:51 +11:00
parent d11679aa1e
commit 2b7053895c
8 changed files with 206 additions and 190 deletions

View file

@ -118,6 +118,10 @@ public class PlotSquared {
plotworlds.remove(world);
}
public static HashMap<String, HashMap<PlotId, Plot>> getAllPlotsRaw() {
return plots;
}
public static void setAllPlotsRaw(final LinkedHashMap<String, HashMap<PlotId, Plot>> plots) {
PlotSquared.plots = plots;
}