This commit is contained in:
ZeroEpoch1969
2019-01-11 20:05:12 -07:00
parent 3754222582
commit 93d4c9654e
13 changed files with 136 additions and 60 deletions

View File

@ -41,6 +41,12 @@ public class Command_deop extends FreedomCommand
player.setOp(false);
if (player.isOnline())
{
Player p = (Player)player;
p.sendMessage(YOU_ARE_NOT_OP);
}
return true;
}
}