From 5741b9a20f6b2c48fb53c1a66e98a84d85871e18 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Mon, 23 Dec 2024 18:34:02 -0800 Subject: [PATCH] Remove leftover name field in RMCPlanetMapPrototypeComponent --- Content.Shared/_RMC14/Rules/RMCPlanetMapPrototypeComponent.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Content.Shared/_RMC14/Rules/RMCPlanetMapPrototypeComponent.cs b/Content.Shared/_RMC14/Rules/RMCPlanetMapPrototypeComponent.cs index 3578ed22c42..0d209b7c4db 100644 --- a/Content.Shared/_RMC14/Rules/RMCPlanetMapPrototypeComponent.cs +++ b/Content.Shared/_RMC14/Rules/RMCPlanetMapPrototypeComponent.cs @@ -11,9 +11,6 @@ public sealed partial class RMCPlanetMapPrototypeComponent : Component [DataField(required: true), AutoNetworkedField, Access(Other = AccessPermissions.ReadExecute)] public ResPath Map; - [DataField, AutoNetworkedField] - public string Name; - [DataField, AutoNetworkedField] public CamouflageType Camouflage = CamouflageType.Jungle;