geforkt von Mirrors/FastAsyncWorldEdit
Fixed second position setting commands saying position 1 in CuboidRegionSelector.
Dieser Commit ist enthalten in:
Ursprung
7730ddf679
Commit
92e5d80c90
@ -65,10 +65,10 @@ public class CuboidRegionSelector implements RegionSelector {
|
||||
|
||||
public void explainSecondarySelection(LocalPlayer player, Vector pos) {
|
||||
if (pos1 != null && pos2 != null) {
|
||||
player.print("Second position set to " + pos1
|
||||
player.print("Second position set to " + pos2
|
||||
+ " (" + region.getArea() + ").");
|
||||
} else {
|
||||
player.print("Second position set to " + pos1 + ".");
|
||||
player.print("Second position set to " + pos2 + ".");
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren