Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixes sec computers having infinite distance (#82016) ## About The Pull Request Camera consoles no longer have infinite range, which was caused by the ``can_perform_action`` check causing an early return before ``try_update_ui`` could run and update your visibility on the console. This has been a bug for a long time and I've constantly procrastinated on fixing it but it was brought up when discussing Human AI bugs so I went in to look around and found out what caused it, so I can finally say I did it. ## Why It's Good For The Game Security cameras no longer have infinite range. ## Changelog :cl: fix: Security camera consoles no longer have infinite range. /:cl: * Fixes sec computers having infinite distance --------- Co-authored-by: NovaBot <[email protected]> Co-authored-by: John Willard <[email protected]>
- Loading branch information