Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
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")) {
|
||||
checkArgs(split, 0, 0, split[0]);
|
||||
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;
|
||||
|
||||
// Toggle placing at pos #1
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren