mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 08:46:31 +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);
|
||||
if (player.isOnline())
|
||||
{
|
||||
playerMsg((Player) player, TotalFreedomMod.YOU_ARE_NOT_OP);
|
||||
playerMsg(player.getPlayer(), TotalFreedomMod.YOU_ARE_NOT_OP);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue