diff --git a/Content.Shared/Roles/SharedRoleSystem.cs b/Content.Shared/Roles/SharedRoleSystem.cs index 826f41f0b8b7..89cd95c2ea35 100644 --- a/Content.Shared/Roles/SharedRoleSystem.cs +++ b/Content.Shared/Roles/SharedRoleSystem.cs @@ -41,7 +41,7 @@ private void OnSpawn(EntityUid uid, StartingMindRoleComponent component, PlayerS if (!_minds.TryGetMind(uid, out var mindId, out var mindComp)) return; - MindAddRole(mindId, component.MindRole , mind: mindComp, silent: component.Silent); + MindAddRole(mindId, component.MindRole, mind: mindComp, silent: component.Silent); } private void SetRequirementOverride(string value)