StarfallEx
StarfallEx copied to clipboard
Starfall always resets 'ViewEntity' when disconnecting from a HUD
Starfall always calls SetViewEntity(nil) when disconnecting from a HUD, it's annoying when using Camera or being connected to some other HUD that actually uses SetViewEntity.
Repro:
- Place and activate Camera
- Place chip containing
enableHud(owner(), true)(any realm) - Remove chip
- View gets reset to first person
@adamnejm see if https://github.com/thegrb93/StarfallEx/pull/1380 fixes it
Already in bed, will test tomorrow if needed ;P