mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fixed //expand vert not updating client.
This commit is contained in:
parent
fedaf82af9
commit
d91a634450
@ -229,6 +229,7 @@ public class SelectionCommands {
|
||||
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