Toggling all chat options will correctly toggle Dead chat button (#3118)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user