Whoops, didn't make sure my autoformatter's settings matched the style.

This commit is contained in:
Jikoo
2015-03-12 16:42:00 -04:00
parent 4058463f7f
commit c7bab7d451
6 changed files with 20 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ public class OpenEnderPluginCommand implements CommandExecutor {
}
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if (!(sender instanceof Player)) {
sender.sendMessage(ChatColor.RED + "You can't use this from the console.");
return true;