joseasoler / Pathfinding-Framework

Pathfinding Framework is a RimWorld mod that enables the creation of custom movement rules for pawns.
MIT License
7 stars 0 forks source link

Improve error handling in the movement types settings window #115

Closed joseasoler closed 8 months ago

joseasoler commented 8 months ago

People might experience errors when opening this window if one of the PawnKindDef instances is not compatible with PF for some reason. At the moment, the entire window fails when this happens. The desired behaviour would be logging an error for the specific instance that fails, while still showing the rest of the entries.