From 12bdddcbd96d79bc89973074b85ac08191591750 Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Wed, 17 Jan 2024 10:10:07 +0300 Subject: [PATCH] Fix? --- .../CustomFluffSystems/merkka/CustomCatExamineComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs b/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs index dbe2bd0847..c360b8980f 100644 --- a/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs +++ b/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs @@ -1,7 +1,7 @@ namespace Content.Server.White.Other.CustomFluffSystems.merkka; [RegisterComponent] -public sealed class CustomCatExamineComponent : Component +public sealed partial class CustomCatExamineComponent : Component { public string? CatOwner; }