Fixed bad tabulation. (Line 29 - CommandETF.java)

This commit is contained in:
cascaseno 2020-11-08 21:50:05 +01:00 committed by GitHub
parent 03efb0ea73
commit 986c6fe450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ public class CommandETF implements CommandExecutor {
EntityTrackerFixer.plugin.reload();
commandSender.sendMessage(ChatColor.GREEN + "The config has been reloaded sucessfully!");
}
commandSender.sendMessage(ChatColor.RED + "Invalid argument. Available: " + ChatColor.GOLD + "/etf reload" + ChatColor.RED + ".");
commandSender.sendMessage(ChatColor.RED + "Invalid argument. Available: " + ChatColor.GOLD + "/etf reload" + ChatColor.RED + ".");
return true;
}
}
}