3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-24 11:08:03 +02:00

Fixed a typo in the help of /descend.

Dieser Commit ist enthalten in:
sk89q 2010-10-14 23:40:28 -07:00
Ursprung fcf02df4dc
Commit 47efbb6b18

Datei anzeigen

@ -143,7 +143,7 @@ public class WorldEdit {
commands.put("/forestgen", "<Size> - Make an ugly pine tree forest");
commands.put("/unstuck", "Go up to the first free spot");
commands.put("/ascend", "Go up one level");
commands.put("/descend", "Go dowm one level");
commands.put("/descend", "Go down one level");
}
/**