mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 04:26:42 +00:00
Changed back to raw Lists in config
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user