mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 22:03:53 +00:00
Permission adjustments and this triggered my OCD
This commit is contained in:
@ -37,7 +37,7 @@ public class MobStacker extends FreedomService
|
||||
|
||||
Player attacker = (Player)event.getDamager();
|
||||
|
||||
if (!plugin.al.isSeniorAdmin(attacker))
|
||||
if (!plugin.al.isAdmin(attacker))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user