diff --git a/src/Application/Teams/Flags/Systems/ResetFlagSystem.cs b/src/Application/Teams/Flags/Systems/ResetFlagSystem.cs index 407b417..344988a 100644 --- a/src/Application/Teams/Flags/Systems/ResetFlagSystem.cs +++ b/src/Application/Teams/Flags/Systems/ResetFlagSystem.cs @@ -38,8 +38,8 @@ private void ResetFlagPosition(Player player, Team team) team.ColorName }); team.IsFlagAtBasePosition = true; - team.Flag.RemoveCarrier(); team.Flag.Carrier?.HideOnRadarMap(); + team.Flag.RemoveCarrier(); teamPickupService.CreateFlagFromBasePosition(team); teamPickupService.DestroyExteriorMarker(team); teamSoundsService.PlayFlagReturnedSound(team);