geforkt von Mirrors/FastAsyncWorldEdit
Made //move operate on the actual region instead of its bounding box.
Dieser Commit ist enthalten in:
Ursprung
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')) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren