From 12b06c6ef46403468498f62d60abfadcd9d0ae6b Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 28 May 2007 16:10:36 +0000 Subject: [PATCH] * Update to Dongle-1.0-r871 to fix the profile issue --- Dongle.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dongle.lua b/Dongle.lua index 33ade25..28fd344 100644 --- a/Dongle.lua +++ b/Dongle.lua @@ -155,7 +155,7 @@ end ---------------------------------------------------------------------------]] local major = "Dongle-1.0" -local minor = tonumber(string.match("$Revision: 363 $", "(%d+)") or 1) + 500 +local minor = tonumber(string.match("$Revision: 371 $", "(%d+)") or 1) + 500 -- ** IMPORTANT NOTE ** -- Due to some issues we had previously with Dongle revision numbers -- we need to artificially inflate the minor revision number, to ensure @@ -879,6 +879,7 @@ function Dongle.SetProfile(db, name) db.profile = nil db.keys["profile"] = name + db.sv.profileKeys[db.keys.char] = name Dongle:TriggerMessage("DONGLE_PROFILE_CHANGED", db, db.parent, db.sv_name, db.keys.profile) end -- 1.7.9.5