mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 21:43:54 +00:00
VS now ops players, more security measures for MBW
This commit is contained in:
@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user