mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 11:46:40 +00:00
fuck intellij
This commit is contained in:
@ -271,7 +271,7 @@ public class BanManager extends FreedomService
|
||||
final Player player = event.getPlayer();
|
||||
final PlayerData data = plugin.pl.getData(player);
|
||||
|
||||
if (!plugin.al.isAdmin(player))
|
||||
if (!plugin.sl.isStaff(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user