Skip to content

Commit

Permalink
Typo on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rbertoche committed Dec 22, 2024
1 parent df02f43 commit d6e2052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Antag/AntagSelectionSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public void ChooseAntags(Entity<AntagSelectionComponent> ent, IList<ICommonSessi
if (def.PickPlayer)
{
// Tries up to maxRetries times to assign antags.
// When any number of assignment fails, next iteration
// When any number of assignments fails, next iteration
// gets new items to replace those.
// Already selected or failed sessions are avoided.
// It retries until it ends with no failures or up
Expand Down

0 comments on commit d6e2052

Please sign in to comment.