Skip to content

Commit

Permalink
Remove leftover name field in RMCPlanetMapPrototypeComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSmugleaf committed Dec 24, 2024
1 parent 3f08df6 commit 5741b9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Content.Shared/_RMC14/Rules/RMCPlanetMapPrototypeComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5741b9a

Please sign in to comment.