[MIRROR] fix some bad replaces (#9815)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-06 20:45:06 -07:00
committed by GitHub
parent 0144bf1e6e
commit 0966f4d9fc
3 changed files with 4 additions and 4 deletions

View File

@@ -154,7 +154,7 @@
for(var/mob/viewer in m_viewers)
if(viewer.client && viewer.client.prefs?.read_preference(/datum/preference/toggle/show_looc))
receivers |= viewer.client
else if(isobserver(viewer)) // For AI eyes and the like
else if(isEye(viewer)) // For AI eyes and the like
var/mob/observer/eye/E = viewer
if(E.owner && E.owner.client)
receivers |= E.owner.client