From c3949ba8eb6a7de54d88ee132ca84da3ffce6cfc Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 2 Jan 2007 20:13:35 +0000 Subject: [PATCH] * Urgent update to Dongle-0.5.1-Alpha --- Dongle.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dongle.lua b/Dongle.lua index 0bc0e43..321fb22 100644 --- a/Dongle.lua +++ b/Dongle.lua @@ -91,7 +91,7 @@ end ---------------------------------------------------------------------------]] local major = "Dongle" -local minor = tonumber(string.match("$Revision: 188 $", "(%d+)") or 1) +local minor = tonumber(string.match("$Revision: 194 $", "(%d+)") or 1) assert(DongleStub, string.format("%s requires DongleStub.", major)) if not DongleStub:IsNewerVersion(major, minor) then return end @@ -112,6 +112,7 @@ local loadorder = {} local events = {} local databases = {} local commands = {} +local frame local function assert(level,condition,message) if not condition then -- 1.7.9.5