From: Crotalus Date: Tue, 30 Dec 2025 23:49:32 +0000 (+0100) Subject: Fix warnings (#42175) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=dc9d4accfd3f8b98712a8fafea3a9f5ebd484d64;p=space-station-14.git 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> --- 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]