Add <server> in the usage of /send

Just a small cosmetic fix that shows server owners that this argument exists.
This commit is contained in:
pvmac2194 2015-07-14 20:16:26 -04:00 committed by md_5
parent 6343416c0c
commit b3d15d53d6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class CommandSend extends Command implements TabExecutor
{
if ( args.length != 2 )
{
sender.sendMessage( ChatColor.RED + "Not enough arguments, usage: /send <player|all|current> <target>" );
sender.sendMessage( ChatColor.RED + "Not enough arguments, usage: /send <server|player|all|current> <target>" );
return;
}
ServerInfo target = ProxyServer.getInstance().getServerInfo( args[1] );