fix some bad replaces (#16856)

This commit is contained in:
Kashargul
2025-01-06 18:30:42 +01:00
committed by GitHub
parent 04c482e97b
commit df3d303f97
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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())