Code format.

This commit is contained in:
md_5
2014-04-13 14:15:41 +10:00
parent 3b71a2b570
commit dc2da29c16
15 changed files with 46 additions and 32 deletions

View File

@@ -95,8 +95,14 @@ public class CommandSend extends Command implements TabExecutor
matches.add( player.getName() );
}
}
if ( "all".startsWith( search ) ) matches.add( "all" );
if ( "current".startsWith( search ) ) matches.add( "current" );
if ( "all".startsWith( search ) )
{
matches.add( "all" );
}
if ( "current".startsWith( search ) )
{
matches.add( "current" );
}
} else
{
String search = args[1].toLowerCase();