mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Hercules cargo script to latest version.
This commit is contained in:
parent
ad74204fe4
commit
1aa5d4f7de
@ -438,7 +438,7 @@ function Hercules_Cargo.Cargo_Track(Arg, time)
|
|||||||
end
|
end
|
||||||
end) -- pcall
|
end) -- pcall
|
||||||
if not status then
|
if not status then
|
||||||
env.error(string.format("Cargo_Spawn: %s", result))
|
-- env.error(string.format("Cargo_Spawn: %s", result))
|
||||||
else
|
else
|
||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
@ -541,7 +541,7 @@ function Hercules_Cargo.Cargo_Initialize(initiator, Cargo_Contents, Cargo_Type_n
|
|||||||
end
|
end
|
||||||
end) -- pcall
|
end) -- pcall
|
||||||
if not status then
|
if not status then
|
||||||
env.error(string.format("Cargo_Initialize: %s", result))
|
-- env.error(string.format("Cargo_Initialize: %s", result))
|
||||||
else
|
else
|
||||||
return result
|
return result
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user