Skip to content

Add null check to CombatTracker.scrollToTurn()

I just ran into this missing null check when testing combat tracker stuff in v12. The next line does check for null but thats too late.

error

Triggered by undocking the combat tracker before the first round / before a combatant has become active.

Edited by Max Hilbrunner

Merge request reports