Merge pull request #1437 from jflory7/patch-1

Corrected command example to proper command
This commit is contained in:
Jeremy Wood 2014-05-20 15:34:08 -04:00
commit 79f8f6bd55
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class DeleteCommand extends MultiverseCommand {
this.setArgRange(1, 1);
this.addKey("mvdelete");
this.addKey("mv delete");
this.addCommandExample("/mv create " + ChatColor.GOLD + "MyWorld");
this.addCommandExample("/mv delete " + ChatColor.GOLD + "MyWorld");
this.setPermission("multiverse.core.delete", "Deletes a world on your server. " + ChatColor.RED + "PERMANENTLY.", PermissionDefault.OP);
}