Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
snixtho committed Jul 25, 2024
1 parent 74d7ff2 commit edd85b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/EvoSC.Common/Interfaces/Models/IOnlinePlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ public interface IOnlinePlayer : IPlayer
/// </summary>
public IPlayerFlags Flags { get; }

/// <summary>
/// The team the player is part of.
/// </summary>
public PlayerTeam Team { get; }
}
3 changes: 2 additions & 1 deletion src/Modules/ForceTeamModule/Events/AuditEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ namespace EvoSC.Modules.Official.ForceTeamModule.Events;
public enum AuditEvents
{
/// <summary>
/// Triggered when a player tries to confirm map deletion.
/// Triggered when a player is forced switched
/// to another team.
/// </summary>
[Identifier(Name = "ForceTeam:PlayerSwitched")]
PlayerSwitched,
Expand Down

0 comments on commit edd85b9

Please sign in to comment.