mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 10:53:42 +00:00
* Fix observers not being able to read from afar (#55841) From the examine() code it's clear that this was intended, just a check in `ui_status` meant that the range check was being applied to them anyway. * Fix observers not being able to read from afar Co-authored-by: coiax <yellowbounder@gmail.com>