mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 20:46:41 +00:00
fuck intellij
This commit is contained in:
@ -62,7 +62,7 @@ public class AntiSpam extends FreedomService
|
||||
{
|
||||
final Player player = event.getPlayer();
|
||||
|
||||
if (plugin.al.isAdmin(player))
|
||||
if (plugin.sl.isStaff(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
@ -109,7 +109,7 @@ public class AntiSpam extends FreedomService
|
||||
return;
|
||||
}
|
||||
|
||||
if (plugin.al.isAdmin(player))
|
||||
if (plugin.sl.isStaff(player))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user