Minor improvements to the server side CUI

This commit is contained in:
Matthew Miller
2018-12-26 18:15:17 +10:00
committed by IronApollo
parent 22f8372b89
commit 1d87642b52
2 changed files with 18 additions and 8 deletions

View File

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