From 3311982ee811262daf85113b7cbc8492496e7f5c Mon Sep 17 00:00:00 2001 From: CookieNoob Date: Wed, 19 Apr 2017 23:29:47 +0200 Subject: [PATCH] fix/ buildingTab renamed into unitkeygroups part the changes to make everything more clear... --- hook/lua/keymap/hotbuild.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook/lua/keymap/hotbuild.lua b/hook/lua/keymap/hotbuild.lua index f206edf..121e5d5 100644 --- a/hook/lua/keymap/hotbuild.lua +++ b/hook/lua/keymap/hotbuild.lua @@ -2,7 +2,7 @@ function buildActionBuilding(name, modifier) --LOG("BAB " .. name) local options = Prefs.GetFromCurrentProfile('options') - local allValues = buildingTab[name] + local allValues = unitkeygroups[name] --LOG(repr(allValues)) local effectiveValues = {}