You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reported an error caused by using another mod to clear a map's corpses. It's unclear exactly what part of that caused the issue, but simply checking the pawn.Parent property after that point throwed an exception - that property is checked by the pawn corpse interpolator.
It can maybe be 'solved' by just wrapping the check in a try-catch, and if an exception is caught simply remove it from the interpolators.