mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 12:11:45 +00:00
* Fixes GetComponents() returning a list with a null entry when there's no component of a given type (#61267) Fixes GetComponents() returning a list with a null entry when there's no component of a given type This can cause runtimes. The lists should only contains instances of a specific component type. * Fixes GetComponents() returning a list with a null entry when there's no component of a given type Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>