From a308cbe8fc5c9ff2afa0bdb2d1d127f0f51ff018 Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Tue, 17 Dec 2024 13:04:58 -0400 Subject: [PATCH] missed a semi colon. --- Content.Shared/Roles/JobPrototype.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Content.Shared/Roles/JobPrototype.cs b/Content.Shared/Roles/JobPrototype.cs index 2a814f21a1..ed7db54081 100644 --- a/Content.Shared/Roles/JobPrototype.cs +++ b/Content.Shared/Roles/JobPrototype.cs @@ -126,6 +126,9 @@ public sealed partial class JobPrototype : IPrototype [DataField] public EntProtoId? JobPreviewEntity = null; + [DataField] + public bool RoleVisibleInPreferences { get; private set; } + [DataField] public ProtoId Icon { get; private set; } = "JobIconUnknown";