Allies03: Remove hacke6

This commit is contained in:
abcdefg30
2019-01-04 21:29:07 +01:00
committed by Paul Chote
parent c9c4d15b1e
commit e637b45cab
5 changed files with 12 additions and 23 deletions

View File

@@ -361,7 +361,7 @@ InitTriggers = function()
-- The engineers need to leave the enemy base to count as 'freed'
Trigger.OnExitedProximityTrigger(BaseCameraWaypoint.CenterPosition, WDist.New(7 * 1024), function(a, id)
if a.Type == "hacke6" and not EngisFreed then
if a.Type == "e6" and not EngisFreed then
EngisFreed = true
Trigger.RemoveProximityTrigger(id)
end