Removed log message

This commit is contained in:
Steven Lawson 2011-10-24 22:09:45 -04:00
parent 35821a75c9
commit b0322edbac

View file

@ -344,7 +344,7 @@ public class TFM_PlayerListener extends PlayerListener
}
else
{
TFM_Util.bcastMsg(p.getName() + " is a verified superadmin.", ChatColor.GREEN);
//TFM_Util.bcastMsg(p.getName() + " is a verified superadmin.", ChatColor.GREEN);
}
}
}