mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 11:46:40 +00:00
stuff seth missed
admin -> staff
This commit is contained in:
@ -62,7 +62,7 @@ public class FreezeData
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
if (!plugin().sl.isAdminImpostor(player) && plugin().pl.isPlayerImpostor(player))
|
||||
if (!plugin().sl.isStaffImpostor(player) && plugin().pl.isPlayerImpostor(player))
|
||||
{
|
||||
FUtil.staffAction("TotalFreedom", "Unfreezing " + player.getName(), false);
|
||||
setFrozen(false);
|
||||
@ -71,5 +71,4 @@ public class FreezeData
|
||||
|
||||
}.runTaskLater(plugin(), AUTO_PURGE_TICKS);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user