mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
fix some bad replaces (#16856)
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
return
|
||||
|
||||
// Don't let AI eyes yeet themselves off the map
|
||||
if(isobserver(A))
|
||||
if(isEye(A))
|
||||
return
|
||||
|
||||
if(A.lost_in_space())
|
||||
|
||||
Reference in New Issue
Block a user