mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-09-07 00:17:25 +00:00
Fixed the isEnt scr error
This commit is contained in:
@@ -726,7 +726,7 @@ chopperWatch()
|
||||
|
||||
chopper = level.chopper;
|
||||
|
||||
if (!isEntity(chopper))
|
||||
if (level.teamBased && getDvarInt("doubleHeli"))
|
||||
{
|
||||
chopper = level.chopper["allies"];
|
||||
if (!isDefined(chopper))
|
||||
|
Reference in New Issue
Block a user