Skip to content

Short circuit region check if unit has no position

KD requested to merge kdports/lt-maker:fixpairup+regioncrash into master

If a unit is paired up and its leading partner is killed the game will crash when attempting to add the unit to the map because it will attempt to check if a region contains position None (which causes a crash). This fixes that.

Merge request reports