From 46b6fa45c84c54f62a8738a6e6bbffa8a2932c04 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Thu, 21 Dec 2006 21:54:35 +0000 Subject: [PATCH] * Updated to Dongle-0.3.1-Alpha --- Dongle.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dongle.lua b/Dongle.lua index 4590ba4..66ce40a 100644 --- a/Dongle.lua +++ b/Dongle.lua @@ -35,7 +35,7 @@ local g = getfenv(0) if not g.DongleStub or g.DongleStub:IsNewerVersion(major, minor) then local lib = setmetatable({}, { __call = function(t,k) - if type(t.versions == "table") and t.versions[k] 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).."'", 2) -- 1.7.9.5