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
9d04abd3af
commit
4ee9c66524
@ -438,7 +438,7 @@ function Hercules_Cargo.Cargo_Track(Arg, time)
|
||||
end
|
||||
end) -- pcall
|
||||
if not status then
|
||||
env.error(string.format("Cargo_Spawn: %s", result))
|
||||
-- env.error(string.format("Cargo_Spawn: %s", result))
|
||||
else
|
||||
return result
|
||||
end
|
||||
@ -541,7 +541,7 @@ function Hercules_Cargo.Cargo_Initialize(initiator, Cargo_Contents, Cargo_Type_n
|
||||
end
|
||||
end) -- pcall
|
||||
if not status then
|
||||
env.error(string.format("Cargo_Initialize: %s", result))
|
||||
-- env.error(string.format("Cargo_Initialize: %s", result))
|
||||
else
|
||||
return result
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user