Fixed //shift not updating polygonal regions properly.

This commit is contained in:
TomyLobo 2012-03-15 09:05:47 +01:00
parent 857f721bb5
commit 4ad330a958

View File

@ -135,7 +135,8 @@ public class Polygonal2DRegionSelector implements RegionSelector, CUIRegion {
} }
public void explainRegionAdjust(LocalPlayer player, LocalSession session) { public void explainRegionAdjust(LocalPlayer player, LocalSession session) {
session.dispatchCUIEvent(player, new SelectionMinMaxEvent(region.getMininumY(), region.getMaximumY())); session.dispatchCUIEvent(player, new SelectionShapeEvent(getTypeID()));
describeCUI(session, player);
} }
public BlockVector getPrimaryPosition() throws IncompleteRegionException { public BlockVector getPrimaryPosition() throws IncompleteRegionException {