Start item listing at index instead of skipping there.

Also fixes a linter warning.
This commit is contained in:
Tim
2016-08-05 16:57:20 +02:00
parent 18dd120784
commit 51a00b957e
2 changed files with 16 additions and 11 deletions

7
.luacheckrc Normal file
View File

@ -0,0 +1,7 @@
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
}