Remove usage of CreateNetMessage. (#7563)
This commit is contained in:
committed by
GitHub
parent
353a7aa210
commit
b3e7c7af1f
@@ -259,7 +259,7 @@ namespace Content.Server.Administration.Managers
|
||||
// NOTE: Also sends commands list for non admins..
|
||||
private void UpdateAdminStatus(IPlayerSession session)
|
||||
{
|
||||
var msg = _netMgr.CreateNetMessage<MsgUpdateAdminStatus>();
|
||||
var msg = new MsgUpdateAdminStatus();
|
||||
|
||||
var commands = new List<string>(_anyCommands);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user