diff --git a/EXILED/Exiled.API/Enums/LeadingTeam.cs b/EXILED/Exiled.API/Enums/LeadingTeam.cs index 01d62e6ec2..b136e854f0 100644 --- a/EXILED/Exiled.API/Enums/LeadingTeam.cs +++ b/EXILED/Exiled.API/Enums/LeadingTeam.cs @@ -35,9 +35,14 @@ public enum LeadingTeam : byte /// Anomalies, + /// + /// Represents the Flamingo team. + /// + Flamingo, + /// /// Represents a draw. /// Draw, } -} \ No newline at end of file +}