summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-09-21 21:11:34 +0200
committerAki <nthirtyone@gmail.com>2017-09-21 21:11:34 +0200
commitc4524ee39e0ff90bde0df0ce7a0c14f74eeb152f (patch)
treea5276c07b9b2c9fa48e6319c0b5b81e15817f08b
parentdb271edc0752ab1e55d42cc86c131bd4416e3b46 (diff)
downloadroflnauts-c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f.zip
roflnauts-c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f.tar.gz
roflnauts-c4524ee39e0ff90bde0df0ce7a0c14f74eeb152f.tar.bz2
Hotfix for compatibility with select
-rw-r--r--iconsList.lua2
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