mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
fix some bad replaces (#16856)
This commit is contained in:
@@ -155,7 +155,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
|
||||
|
||||
Reference in New Issue
Block a user