Fixes client having authority over rules popup cvars (#28655)
* Fixes client having authority over rules popup cvars * Delete duplicate migration * Pre-update * Post-update
This commit is contained in:
@@ -240,7 +240,6 @@ namespace Content.Server.Administration.Managers
|
||||
_sawmill = _logManager.GetSawmill("admin");
|
||||
|
||||
_netMgr.RegisterNetMessage<MsgUpdateAdminStatus>();
|
||||
_netMgr.RegisterNetMessage<ShowRulesPopupMessage>();
|
||||
|
||||
// Cache permissions for loaded console commands with the requisite attributes.
|
||||
foreach (var (cmdName, cmd) in _consoleHost.AvailableCommands)
|
||||
|
||||
Reference in New Issue
Block a user