Fixed a typo in the help of /descend.

This commit is contained in:
sk89q 2010-10-14 23:40:28 -07:00
parent fcf02df4dc
commit 47efbb6b18

View File

@ -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");
}
/**