This commit is contained in:
INeedBots 2020-11-12 02:15:36 -06:00
parent ab98267dfd
commit 455a2564a2

View File

@ -692,7 +692,7 @@ chopperWatch()
if (!isEntity(chopper))
{
chopper = level.chopper["allies"];
if (!isDefined(chopper)
if (!isDefined(chopper))
chopper = level.chopper["axis"];
}