mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-08-05 05:08:48 +00:00
Fix getIpBanList() returning UUID bans. Fixes #570
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user