Misc cleanup

Upgraded mp44
This commit is contained in:
Steven Lawson
2011-10-21 13:02:07 -04:00
parent 56a4493b36
commit 98712619f5
14 changed files with 98 additions and 57 deletions

View File

@ -22,11 +22,7 @@ import org.bukkit.entity.*;
public class TFM_Util
{
private static final Logger log = Logger.getLogger("Minecraft");
public TFM_Util()
{
}
public static void tfm_broadcastMessage(String message, ChatColor color)
{
log.info(message);