mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2024-10-31 17:29:22 +00:00
Merge branch 'development' into FS-37
This commit is contained in:
commit
1162f10ebb
|
@ -24,6 +24,10 @@ public class Command_opall extends FreedomCommand
|
||||||
msg(player, YOU_ARE_OP);
|
msg(player, YOU_ARE_OP);
|
||||||
plugin.rm.updateDisplay(player);
|
plugin.rm.updateDisplay(player);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
player.recalculatePermissions();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue