Closed 0x0539 closed 8 months ago
Fixes an issue discussed in the Discord where nested entities don't work correctly as interaction targets. This was due to the code using Transform instead of GlobalTransform. I tested that Follower interaction still works after this change.
Good catches, thanks!
Looks good now, merging after CI :) Thanks for your work!
Edit: Looks like there's a missing comma
Yeah... Hey at least I know how to run the linter now
Fixes an issue discussed in the Discord where nested entities don't work correctly as interaction targets. This was due to the code using Transform instead of GlobalTransform. I tested that Follower interaction still works after this change.