Merge branch '1.15' of https://github.com/IntellectualSites/FastAsyncWorldEdit into workaround-visiblechunks

Dieser Commit ist enthalten in:
Spottedleaf 2020-02-22 20:11:28 -08:00
Commit 7388d3310f

Datei anzeigen

@ -325,6 +325,7 @@ public class FaweBukkit implements IFawe, Listener {
}
private void setupPlotSquared() {
if(this.plugin.getServer().getPluginManager().getPlugin("PlotSquared") == null) return;
WEManager.IMP.managers.add(new com.boydti.fawe.bukkit.regions.plotsquared.PlotSquaredFeature());
log.debug("Plugin 'PlotSquared' found. Using it now.");
}