Corrected command example to proper command

Tiny usage error here – I noticed it on my server and figured I'd make a pull request for this minor error. :)
This commit is contained in:
Justin F. 2014-05-16 23:17:33 -04:00
parent 8664f56eeb
commit 1446dd936a
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);
}