Some more tweaks to WebHelp.

This commit is contained in:
StevenLawson
2013-08-28 11:26:08 -04:00
parent 3819c57adf
commit 88103cefc2
6 changed files with 97 additions and 39 deletions

View File

@ -48,6 +48,7 @@ public class TFM_ServerInterface
nameBans.remove(name);
}
@SuppressWarnings("unchecked")
public static void banUsername(String name, String reason, String source, Date expireDate)
{
name = name.toLowerCase().trim();