3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 04:51:22 +02:00

Fixed help emitted by //wand.

Dieser Commit ist enthalten in:
sk89q 2010-10-18 15:54:04 -07:00
Ursprung a34f977b94
Commit 2bec24db9d

Datei anzeigen

@ -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