Changed back to raw Lists in config

This commit is contained in:
JeromSar
2013-08-25 17:32:24 +02:00
parent d71b043102
commit 55d94b5d59
7 changed files with 11 additions and 12 deletions

View File

@ -58,7 +58,7 @@ public class TFM_ServerInterface
return;
}
for (String username : TFM_ConfigEntry.UNBANNABLE_USERNAMES.getStringList())
for (String username : (List<String>) TFM_ConfigEntry.UNBANNABLE_USERNAMES.getList())
{
if (username.toLowerCase().trim().equals(name))
{