mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 04:46:40 +00:00
Minor improvements to the server side CUI
This commit is contained in:
committed by
IronApollo
parent
22f8372b89
commit
1d87642b52
@ -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
|
||||
|
Reference in New Issue
Block a user