mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-06-05 02:46:54 +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