Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -600,7 +600,7 @@ public sealed partial class ChatSystem : SharedChatSystem
|
||||
/// This event is raised before chat messages are sent out to clients. This enables some systems to send the chat
|
||||
/// messages to otherwise out-of view entities (e.g. for multiple viewports from cameras).
|
||||
/// </summary>
|
||||
public record class ExpandICChatRecipientstEvent(EntityUid Source, float VoiceRange, Dictionary<ICommonSession, ChatSystem.ICChatRecipientData> Recipients)
|
||||
public record ExpandICChatRecipientstEvent(EntityUid Source, float VoiceRange, Dictionary<ICommonSession, ChatSystem.ICChatRecipientData> Recipients)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user