Allies03: Remove hacke6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user