diff --git a/Content.Client/Chat/ChatManager.cs b/Content.Client/Chat/ChatManager.cs index 490bdd7a0c..a9b3a12640 100644 --- a/Content.Client/Chat/ChatManager.cs +++ b/Content.Client/Chat/ChatManager.cs @@ -355,6 +355,7 @@ namespace Content.Client.Chat chatBox.OOCButton.Pressed ^= true; if (chatBox.AdminButton != null) chatBox.AdminButton.Pressed ^= true; + chatBox.DeadButton.Pressed ^= true; _allState = !_allState; break; }