Skip to content

Commit

Permalink
remove a whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
slarticodefast authored Jan 11, 2025
1 parent 1424ce3 commit b1f8d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Roles/SharedRoleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b1f8d2f

Please sign in to comment.