Skip to content

Commit

Permalink
fix summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Errant-4 committed Jul 16, 2024
1 parent 9d7c362 commit 8a429b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Antag/Components/AntagSelectionComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public partial struct AntagSelectionDefinition()
public ProtoId<StartingGearPrototype>? StartingGear;

/// <summary>
/// A list of role loadouts to be equipped to the player.
/// A list of role loadouts, from which a randomly selected one will be equipped.
/// </summary>
[DataField]
public List<ProtoId<RoleLoadoutPrototype>>? RoleLoadout;
Expand Down

0 comments on commit 8a429b7

Please sign in to comment.