Always remove the spawn cameras after prison infiltration

This commit is contained in:
abcdefg30
2019-07-28 13:39:35 +02:00
committed by Paul Chote
parent a8ff8e75fc
commit 859d01da7d

View File

@@ -276,6 +276,11 @@ InitTriggers = function()
end
end
if SpecialCameras and SpyCameraA and not SpyCameraA.IsDead then
SpyCameraA.Destroy()
SpyCameraB.Destroy()
end
Trigger.ClearAll(Spy)
Trigger.AfterDelay(DateTime.Seconds(2), MissInfiltrated)
end)