mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
bleh
This commit is contained in:
@ -55,6 +55,12 @@ public class Command_op extends FreedomCommand
|
||||
FUtil.adminAction(sender.getName(), "Opping " + player.getName(), false);
|
||||
player.setOp(true);
|
||||
|
||||
if (player.isOnline())
|
||||
{
|
||||
Player p = (Player)player;
|
||||
p.sendMessage(YOU_ARE_OP);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user