diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-21 21:11:34 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-21 21:11:34 +0200 |
commit | c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f (patch) | |
tree | a5276c07b9b2c9fa48e6319c0b5b81e15817f08b /iconsList.lua | |
parent | db271edc0752ab1e55d42cc86c131bd4416e3b46 (diff) | |
download | roflnauts-c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f.zip roflnauts-c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f.tar.gz roflnauts-c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f.tar.bz2 |
Hotfix for compatibility with select
Diffstat (limited to 'iconsList.lua')
-rw-r--r-- | iconsList.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |