mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
parent
bb0aa8d5cc
commit
cb7d1d30a4
@ -37,6 +37,7 @@ import com.plotsquared.core.events.PlotComponentSetEvent;
|
|||||||
import com.plotsquared.core.events.PlotMergeEvent;
|
import com.plotsquared.core.events.PlotMergeEvent;
|
||||||
import com.plotsquared.core.events.PlotUnlinkEvent;
|
import com.plotsquared.core.events.PlotUnlinkEvent;
|
||||||
import com.plotsquared.core.events.Result;
|
import com.plotsquared.core.events.Result;
|
||||||
|
import com.plotsquared.core.generator.ClassicPlotWorld;
|
||||||
import com.plotsquared.core.generator.SquarePlotWorld;
|
import com.plotsquared.core.generator.SquarePlotWorld;
|
||||||
import com.plotsquared.core.inject.factory.ProgressSubscriberFactory;
|
import com.plotsquared.core.inject.factory.ProgressSubscriberFactory;
|
||||||
import com.plotsquared.core.location.Direction;
|
import com.plotsquared.core.location.Direction;
|
||||||
@ -255,6 +256,9 @@ public final class PlotModificationManager {
|
|||||||
manager.unClaimPlot(current, null, queue);
|
manager.unClaimPlot(current, null, queue);
|
||||||
} else {
|
} else {
|
||||||
manager.claimPlot(current, queue);
|
manager.claimPlot(current, queue);
|
||||||
|
if (plot.getArea() instanceof ClassicPlotWorld cpw) {
|
||||||
|
manager.setComponent(current.getId(), "wall", cpw.WALL_FILLING.toPattern(), actor, queue);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (queue.size() > 0) {
|
if (queue.size() > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user