mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-02-05 13:00:30 +08:00
Fixed //expand vert not updating client.
This commit is contained in:
parent
fedaf82af9
commit
d91a634450
@ -229,6 +229,7 @@ public static void expand(CommandContext args, WorldEdit we,
|
||||
region.expand(new Vector(0, -128, 0));
|
||||
session.getRegionSelector().learnChanges();
|
||||
int newSize = region.getArea();
|
||||
session.getRegionSelector().explainRegionAdjust(player, session);
|
||||
player.print("Region expanded " + (newSize - oldSize)
|
||||
+ " blocks [top-to-bottom].");
|
||||
} catch (RegionOperationException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user