From 1aa5d4f7de216c536771173a6113621635a4cbe7 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sun, 21 Feb 2021 17:33:34 +0100 Subject: [PATCH] Updated Hercules cargo script to latest version. --- resources/plugins/herculescargo/Hercules_Cargo.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/plugins/herculescargo/Hercules_Cargo.lua b/resources/plugins/herculescargo/Hercules_Cargo.lua index 09689b38..1a534cf2 100644 --- a/resources/plugins/herculescargo/Hercules_Cargo.lua +++ b/resources/plugins/herculescargo/Hercules_Cargo.lua @@ -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