mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-03 19:15:45 +00:00
Set wall filling on merge
This commit is contained in:
parent
be51d8e159
commit
7aebd9b74b
1 changed files with 2 additions and 0 deletions
|
@ -432,7 +432,9 @@ public class ClassicPlotManager extends SquarePlotManager {
|
|||
*/
|
||||
@Override public boolean finishPlotMerge(PlotArea plotArea, List<PlotId> plotIds) {
|
||||
final BlockBucket block = ((ClassicPlotWorld) plotArea).CLAIMED_WALL_BLOCK;
|
||||
final BlockBucket wallBlock = ((ClassicPlotWorld) plotArea).WALL_FILLING;
|
||||
plotIds.forEach(id -> setWall(plotArea, id, block));
|
||||
plotIds.forEach(id -> setWallFilling(plotArea, id, wallBlock));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue