Minor improvements to the server side CUI

This commit is contained in:
Matthew Miller
2018-12-26 18:15:17 +10:00
parent 4cc8e9a1c0
commit a88f6b8430
2 changed files with 14 additions and 12 deletions

View File

@ -228,6 +228,8 @@ public class CuboidRegionSelector implements RegionSelector, CUIRegion {
public void clear() {
position1 = null;
position2 = null;
region.setPos1(BlockVector3.ZERO);
region.setPos2(BlockVector3.ZERO);
}
@Override