Fixed the isEnt scr error

This commit is contained in:
INeedBots
2020-11-30 03:39:03 -06:00
parent f888d65932
commit 83252684b5
3 changed files with 4 additions and 4 deletions

View File

@@ -726,7 +726,7 @@ chopperWatch()
chopper = level.chopper;
if (!isEntity(chopper))
if (level.teamBased && getDvarInt("doubleHeli"))
{
chopper = level.chopper["allies"];
if (!isDefined(chopper))