mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-24 13:36:15 +01:00
Fixes shells unable to be re-used by the AI & an exploit
This commit is contained in:
@@ -873,6 +873,8 @@
|
||||
return 0
|
||||
if(digitalcamo || digitalinvis)
|
||||
return 0
|
||||
if(ismimic(src)) // Are we a mimic? Mimics should not be tracked to prevent AI camera cheese.
|
||||
return 0
|
||||
|
||||
// Now, are they viewable by a camera? (This is last because it's the most intensive check)
|
||||
if(!near_camera(src))
|
||||
|
||||
Reference in New Issue
Block a user