mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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) -- 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