Add IsDead check to fix crash in Sarin Gas 1
This commit is contained in:
@@ -118,7 +118,9 @@ MissionStart = function()
|
||||
end
|
||||
|
||||
SendPatrol = function(mammoth)
|
||||
mammoth.Patrol(MammothPath, true, 20)
|
||||
if not mammoth.IsDead then
|
||||
mammoth.Patrol(MammothPath, true, 20)
|
||||
end
|
||||
end
|
||||
|
||||
MoveTruckNorth = function(truck)
|
||||
|
||||
Reference in New Issue
Block a user