diff --git a/Content.Shared/Chat/Prototypes/ChatNotificationPrototype.cs b/Content.Shared/Chat/Prototypes/ChatNotificationPrototype.cs index 58315161a5..43a79e133e 100644 --- a/Content.Shared/Chat/Prototypes/ChatNotificationPrototype.cs +++ b/Content.Shared/Chat/Prototypes/ChatNotificationPrototype.cs @@ -6,7 +6,7 @@ namespace Content.Shared.Chat.Prototypes; /// /// A predefined notification used to warn a player of specific events. /// -[Prototype("chatNotification")] +[Prototype] public sealed partial class ChatNotificationPrototype : IPrototype { [ViewVariables]