mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 10:05:59 +00:00
Fix getIpBanList() returning UUID bans. Fixes #570
This commit is contained in:
parent
a15e39d7dd
commit
d6eb5bdcda
@ -110,7 +110,7 @@ public class TFM_BanManager
|
|||||||
|
|
||||||
public static List<TFM_Ban> getIpBanList()
|
public static List<TFM_Ban> getIpBanList()
|
||||||
{
|
{
|
||||||
return Collections.unmodifiableList(uuidBans);
|
return Collections.unmodifiableList(ipBans);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static List<TFM_Ban> getUuidBanList()
|
public static List<TFM_Ban> getUuidBanList()
|
||||||
|
Loading…
Reference in New Issue
Block a user