When I subscribe to the OnUpdate1Score why is the function not being called?

OnBegin<override>()<suspends>:void=
        ScoreManager.ScoreOutputEvent.Subscribe(OnUpdate1Score)
OnUpdate1Score(Agent:agent):void=
        set team1score += 1
        UpdateMainHUD()