mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Made //move operate on the actual region instead of its bounding box.
This commit is contained in:
parent
c1396a2468
commit
9f4d470f7d
@ -282,7 +282,7 @@ public class RegionCommands {
|
||||
replace = new BaseBlock(BlockID.AIR);
|
||||
}
|
||||
|
||||
int affected = editSession.moveCuboidRegion(session.getSelection(player.getWorld()),
|
||||
int affected = editSession.moveRegion(session.getSelection(player.getWorld()),
|
||||
dir, count, true, replace);
|
||||
|
||||
if (args.hasFlag('s')) {
|
||||
|
Loading…
Reference in New Issue
Block a user