mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-24 18:27: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));
|
region.expand(new Vector(0, -128, 0));
|
||||||
session.getRegionSelector().learnChanges();
|
session.getRegionSelector().learnChanges();
|
||||||
int newSize = region.getArea();
|
int newSize = region.getArea();
|
||||||
|
session.getRegionSelector().explainRegionAdjust(player, session);
|
||||||
player.print("Region expanded " + (newSize - oldSize)
|
player.print("Region expanded " + (newSize - oldSize)
|
||||||
+ " blocks [top-to-bottom].");
|
+ " blocks [top-to-bottom].");
|
||||||
} catch (RegionOperationException e) {
|
} catch (RegionOperationException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user