mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-06 04:23:09 +00:00
Fix error when using /ops purge.
This commit is contained in:
parent
cc3a183cac
commit
f635af5f95
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class Command_ops extends TFM_Command
|
||||||
player.setOp(false);
|
player.setOp(false);
|
||||||
if (player.isOnline())
|
if (player.isOnline())
|
||||||
{
|
{
|
||||||
playerMsg((Player) player, TotalFreedomMod.YOU_ARE_NOT_OP);
|
playerMsg(player.getPlayer(), TotalFreedomMod.YOU_ARE_NOT_OP);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue