Skip to content

Commit

Permalink
Update EndingRoundEventArgs.cs (#2713)
Browse files Browse the repository at this point in the history
Co-authored-by: Nao <[email protected]>
  • Loading branch information
xNexusACS and NaoUnderscore authored Jul 15, 2024
1 parent d9f596f commit 0324c56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Exiled.Events/EventArgs/Server/EndingRoundEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public EndingRoundEventArgs(RoundSummary.LeadingTeam leadingTeam, RoundSummary.S
{
ClassList = classList;
LeadingTeam = (LeadingTeam)leadingTeam;
IsAllowed = isAllowed;
IsForceEnded = isForceEnded;
}

Expand All @@ -49,4 +50,4 @@ public EndingRoundEventArgs(RoundSummary.LeadingTeam leadingTeam, RoundSummary.S
/// </summary>
public bool IsAllowed { get; set; }
}
}
}

0 comments on commit 0324c56

Please sign in to comment.