Modify admin chat (#13050)
* split admin chat into new channel * add ability to play audio when a chat message is received and add audio to admin chat * give client control of AdminChat sound and volume + suppress sound for senders
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
/// <summary>
|
||||
/// Admin chat
|
||||
/// </summary>
|
||||
Admin = ChatChannel.Admin,
|
||||
Admin = ChatChannel.AdminChat,
|
||||
|
||||
Console = ChatChannel.Unspecified
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user