mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-12-28 20:19:09 +01:00
Fixes #765
This commit is contained in:
parent
7519f735bc
commit
e244235350
@ -161,6 +161,8 @@ public class PlotSquaredFeature extends FaweMaskManager {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public RegionFilter getFilter(String world) {
|
public RegionFilter getFilter(String world) {
|
||||||
return new PlotRegionFilter(PS.get().getPlotArea(world, null));
|
PlotArea area = PS.get().getPlotArea(world, null);
|
||||||
|
if (area != null) return new PlotRegionFilter(area);
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user