Formatting cleanup.

Added ignore for unchecked cast warning.
This commit is contained in:
Steven Lawson
2013-08-09 20:11:17 -04:00
parent bcd9658b3d
commit d4dfe06ec0
5 changed files with 15 additions and 95 deletions

View File

@ -12,7 +12,7 @@ public class Command_tfm extends TFM_Command
{
@Override
public boolean run(CommandSender sender, Player sender_p, Command cmd, String commandLabel, String[] args, boolean senderIsConsole)
{
{
playerMsg("TotalFreedomMod for 'TotalFreedom', the original all-op server.", ChatColor.GOLD);
playerMsg(String.format("Version " + ChatColor.BLUE + "%s.%s" + ChatColor.BLUE + ", built %s.", TotalFreedomMod.pluginVersion, TotalFreedomMod.buildNumber, TotalFreedomMod.buildDate), ChatColor.GOLD);
playerMsg("Created by Madgeek1450 and DarthSalamon.", ChatColor.GOLD);
@ -20,5 +20,4 @@ public class Command_tfm extends TFM_Command
return true;
}
}