Normal - Verse - GetMaxDuration() incorrect when using SetMaxDuration()

When setting a Timer Device using SetMaxDuration() to increase the timer duration, the Timer Device will correctly change its max duration, however if I now want to GetMaxDuration() so I can compare using GetActiveDuration( option {Player} ) the logic fails!

In all cases the Timer Device is fully stopped.

Example:

Timer.SetMaxDuration(45.0)

if (Timer.GetActiveDuration( option {Player} ) < Timer.GetMaxDuration() ){

#This fails **only** when using SetMaxDuration() to increase the original time.

}

Thank you so much for reporting this @AxelCapek, a fix is coming.