geforkt von Mirrors/FastAsyncWorldEdit
Cleanup
Dieser Commit ist enthalten in:
Ursprung
187896c5ed
Commit
ff03d03fd7
@ -325,11 +325,11 @@ public class GenerationCommands {
|
|||||||
Vector unit;
|
Vector unit;
|
||||||
|
|
||||||
if (args.hasFlag('r')) {
|
if (args.hasFlag('r')) {
|
||||||
zero = new Vector(0,0,0);
|
zero = new Vector(0, 0, 0);
|
||||||
unit = new Vector(1,1,1);
|
unit = new Vector(1, 1, 1);
|
||||||
} else if (args.hasFlag('o')) {
|
} else if (args.hasFlag('o')) {
|
||||||
zero = session.getPlacementPosition(player);
|
zero = session.getPlacementPosition(player);
|
||||||
unit = new Vector(1,1,1);
|
unit = new Vector(1, 1, 1);
|
||||||
} else {
|
} else {
|
||||||
final Vector min = region.getMinimumPoint();
|
final Vector min = region.getMinimumPoint();
|
||||||
final Vector max = region.getMaximumPoint();
|
final Vector max = region.getMaximumPoint();
|
||||||
|
@ -349,11 +349,11 @@ public class RegionCommands {
|
|||||||
Vector unit;
|
Vector unit;
|
||||||
|
|
||||||
if (args.hasFlag('r')) {
|
if (args.hasFlag('r')) {
|
||||||
zero = new Vector(0,0,0);
|
zero = new Vector(0, 0, 0);
|
||||||
unit = new Vector(1,1,1);
|
unit = new Vector(1, 1, 1);
|
||||||
} else if (args.hasFlag('o')) {
|
} else if (args.hasFlag('o')) {
|
||||||
zero = session.getPlacementPosition(player);
|
zero = session.getPlacementPosition(player);
|
||||||
unit = new Vector(1,1,1);
|
unit = new Vector(1, 1, 1);
|
||||||
} else {
|
} else {
|
||||||
final Vector min = region.getMinimumPoint();
|
final Vector min = region.getMinimumPoint();
|
||||||
final Vector max = region.getMaximumPoint();
|
final Vector max = region.getMaximumPoint();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren