From d5bb459a4c5e22c1d0ae970562f1f87e10198c61 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 6 Dec 2006 02:18:00 +0000 Subject: [PATCH] * Updated to Dongle-0.2.2-Alpha to fix a potential issue with missing libraries --- Dongle.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dongle.lua b/Dongle.lua index 5e22c6a..e9f54b7 100644 --- a/Dongle.lua +++ b/Dongle.lua @@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------------]] -local major,minor = "DongleStub", 20061205.2 +local major,minor = "DongleStub", 20061205.3 local g = getfenv(0) if not g.DongleStub or g.DongleStub:IsNewerVersion(major, minor) then @@ -38,7 +38,7 @@ if not g.DongleStub or g.DongleStub:IsNewerVersion(major, minor) then if type(t.versions == "table") and t.versions[k] then return t.versions[k] else - error("Cannot find a library with name '"..tostring(k).."'") + error("Cannot find a library with name '"..tostring(k).."'", 2) end end }) -- 1.7.9.5