Mercurial > wow > prospect-me
diff ProspectMe_Config.lua @ 2:dabd5c6540ca v1.2.2-Beta
Fixed a bug with saved player configurations. Vetted some other minor updates.
author | Vynn |
---|---|
date | Tue, 16 Dec 2014 00:24:54 -0500 |
parents | 69b46322ff1b |
children | 4f5357900609 |
line wrap: on
line diff
--- a/ProspectMe_Config.lua Mon Dec 15 22:55:15 2014 -0500 +++ b/ProspectMe_Config.lua Tue Dec 16 00:24:54 2014 -0500 @@ -1,4 +1,6 @@ -PM_Config = {} +if not PM_Config then + PM_Config = {} +end local ProspectMeFrame = CreateFrame( "Frame", "PM_ConfigFrame", InterfaceOptionsFramePanelContainer) local Title = PM_ConfigFrame:CreateFontString( "ProspectMeTitle", nil, "GameFontNormalLarge")