From 8fedfd1109cade8182924844b730f699342a9627 Mon Sep 17 00:00:00 2001 From: johnyb Date: Wed, 15 Jun 2016 23:09:27 +0300 Subject: [PATCH] Fixed bug "Interface/AddOns/Stubby/Stubby.lua::attempt to index global 'StubbyConfig' (a nil value)" --- s/Stubby/Stubby.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/Stubby/Stubby.lua b/s/Stubby/Stubby.lua index 03e88b2..b08ecea 100755 --- a/s/Stubby/Stubby.lua +++ b/s/Stubby/Stubby.lua @@ -173,7 +173,7 @@ local config = { events = {}, } -StubbyConfig = {} +local StubbyConfig = {} -- Function prototypes