geforkt von Mirrors/FastAsyncWorldEdit
Fixed help emitted by //wand.
Dieser Commit ist enthalten in:
Ursprung
a34f977b94
Commit
2bec24db9d
@ -324,7 +324,7 @@ public class WorldEdit {
|
|||||||
} else if (split[0].equalsIgnoreCase("//wand")) {
|
} else if (split[0].equalsIgnoreCase("//wand")) {
|
||||||
checkArgs(split, 0, 0, split[0]);
|
checkArgs(split, 0, 0, split[0]);
|
||||||
player.giveItem(271, 1);
|
player.giveItem(271, 1);
|
||||||
player.print("Right click = sel. pos 1; double right click = sel. pos 2");
|
player.print("Left click: select pos #1; Right click: select pos #2");
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// Toggle placing at pos #1
|
// Toggle placing at pos #1
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren