mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-03 19:15:45 +00:00
don't unfreeze player impostors either
This commit is contained in:
parent
a63681d4a3
commit
dec237db9f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class FreezeData
|
|||
@Override
|
||||
public void run()
|
||||
{
|
||||
if (!fPlayer.getPlugin().al.isAdminImpostor(player))
|
||||
if (!fPlayer.getPlugin().al.isAdminImpostor(player) && !fPlayer.getPlugin().pv.isPlayerImpostor(player))
|
||||
{
|
||||
FUtil.adminAction("TotalFreedom", "Unfreezing " + player.getName(), false);
|
||||
setFrozen(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue