Quantcast

* Urgent update to Dongle-0.5.1-Alpha

James Whitehead II [01-02-07 - 20:13]
* Urgent update to Dongle-0.5.1-Alpha
Filename
Dongle.lua
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