Updated Hercules cargo script to latest version.

This commit is contained in:
Khopa 2021-02-21 17:33:34 +01:00
parent ad74204fe4
commit 1aa5d4f7de

View File

@ -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