mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
In some configurations, the InputChange handler can throw a null reference exception due to a Feedback for the input that triggered the event not existing. The event handler now checks for the existence of a Feedback for the input that triggered the event prior to attempting to call the `FireUpdate` method. Addresses #1136