]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix warnings (#42175)
authorCrotalus <Crotalus@users.noreply.github.com>
Tue, 30 Dec 2025 23:49:32 +0000 (00:49 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Dec 2025 23:49:32 +0000 (23:49 +0000)
* 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

index 58315161a5695aa380471452d6a3db5eb66094d6..43a79e133efe36bf276c7d75dcdf157ad6ee61c0 100644 (file)
@@ -6,7 +6,7 @@ namespace Content.Shared.Chat.Prototypes;
 /// <summary>
 /// A predefined notification used to warn a player of specific events.
 /// </summary>
-[Prototype("chatNotification")]
+[Prototype]
 public sealed partial class ChatNotificationPrototype : IPrototype
 {
     [ViewVariables]