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:
parent
6343416c0c
commit
b3d15d53d6
@ -26,7 +26,7 @@ public class CommandSend extends Command implements TabExecutor
|
|||||||
{
|
{
|
||||||
if ( args.length != 2 )
|
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;
|
return;
|
||||||
}
|
}
|
||||||
ServerInfo target = ProxyServer.getInstance().getServerInfo( args[1] );
|
ServerInfo target = ProxyServer.getInstance().getServerInfo( args[1] );
|
||||||
|
Loading…
Reference in New Issue
Block a user