Skip to content

Don't try to remove if you don't have a 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