stuff seth missed

admin -> staff
This commit is contained in:
speedxx
2020-08-15 12:35:48 -04:00
parent 3f4d34d172
commit 78b73b3b63
36 changed files with 148 additions and 159 deletions

View File

@ -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);
}
}
}