dkavolis / Ferram-Aerospace-Research

Aerodynamics model for Kerbal Space Program
Other
77 stars 32 forks source link

GameEvents.OnPartJointBreak not triggerd on AeroStressFailure #150

Open OscarFreij opened 1 month ago

OscarFreij commented 1 month ago

When a part experiences an AeroStressFailure, the function "ApplyAeroStressFailure()" triggers a part decoupeling but dose not trigger the event called "GameEvents.OnPartJointBreak".

This causes issues for some cosmetic mods and scripts like Destruction Effects that rely on this event to function.