From c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 21 Sep 2017 21:11:34 +0200 Subject: Hotfix for compatibility with select --- iconsList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iconsList.lua b/iconsList.lua index a3239b8..65e4fc9 100644 --- a/iconsList.lua +++ b/iconsList.lua @@ -24,7 +24,7 @@ function createIconsList (sheetWidth, sheetHeight, iconWidth, keysList, avoidLis end function getNautsIconsList (avoidList) - local avoidList = avoidList or {37,38,39,40,41,42} + local avoidList = avoidList local keysList = require "config.nauts" local iconsList, newKeysList = createIconsList(1176, 27, 28, keysList, avoidList) return iconsList, newKeysList -- cgit v1.1