From 5f0c73d2499221972fbf09fcba52116d44e3c6b8 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sat, 14 Apr 2007 01:22:46 +0000 Subject: [PATCH] * Fix to sv conversion code --- Clique.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Clique.lua b/Clique.lua index fbd5e9b..8b5e154 100644 --- a/Clique.lua +++ b/Clique.lua @@ -11,8 +11,11 @@ local L = Clique.Locals function Clique:Initialize() -- This is a small procedure to update the saved variables + CliqueDB = CliqueDB or {} local sv = CliqueDB + if not sv.global then sv.global = {} end + if sv and not sv.global.sv_converted then if sv.char then local converted = {} -- 1.7.9.5