Fixed //expand vert not updating client.

This commit is contained in:
Wizjany 2011-05-12 23:24:24 -04:00
parent fedaf82af9
commit d91a634450

View File

@ -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) {