mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 21:43:11 +00:00
Fixed issue with default flags not being parsed when added
This commit is contained in:
parent
61ebd2a144
commit
073b0b612c
2 changed files with 11 additions and 1 deletions
|
@ -936,4 +936,8 @@ public class PlotSquared {
|
|||
public static Set<String> getPlotWorlds() {
|
||||
return plotworlds.keySet();
|
||||
}
|
||||
|
||||
public static Collection<PlotWorld> getPlotWorldObjects() {
|
||||
return plotworlds.values();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue