forked from minetest-mods/craftguide
Start item listing at index instead of skipping there.
Also fixes a linter warning.
This commit is contained in:
7
.luacheckrc
Normal file
7
.luacheckrc
Normal file
@ -0,0 +1,7 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"default",
|
||||
}
|
Reference in New Issue
Block a user