Fixed visor not working

This commit is contained in:
Vortex Acherontic 2021-07-18 16:29:58 +02:00
parent fc2961df12
commit f28a561788
1 changed files with 0 additions and 5 deletions

View File

@ -214,11 +214,6 @@ edict_t *findNextCamera(edict_t *old)
{
edict_t *e = NULL;
if (!old)
{
return NULL;
}
// first of all, are there *any* cameras?
e = G_Find(NULL, FOFS(classname), "misc_securitycamera");
if (e == NULL)