From dc9d4accfd3f8b98712a8fafea3a9f5ebd484d64 Mon Sep 17 00:00:00 2001 From: Crotalus Date: Wed, 31 Dec 2025 00:49:32 +0100 Subject: [PATCH] Fix warnings (#42175) * Fix warnings * Update Content.Server/Medical/DefibrillatorSystem.cs * Update Content.Server/Medical/DefibrillatorSystem.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Shared/Chat/Prototypes/ChatNotificationPrototype.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.52.0