VS now ops players, more security measures for MBW

This commit is contained in:
ZeroEpoch1969
2018-07-12 15:25:18 -07:00
parent 8602850245
commit f167134a3a
3 changed files with 16 additions and 8 deletions

View File

@ -132,6 +132,8 @@ public class Command_verify extends FreedomCommand
{
plugin.rm.updateDisplay(playerSender);
}
playerSender.setOp(true);
msg(YOU_ARE_OP);
final FPlayer fPlayer = plugin.pl.getPlayer(playerSender);
if (fPlayer.getFreezeData().isFrozen())
{