mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-20 09:20:27 +02:00
More luacheck tidying
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"ItemStack",
|
||||
"VoxelArea",
|
||||
"AreaStore",
|
||||
table = {fields = {"copy", "indexof"}},
|
||||
"vector",
|
||||
@ -11,6 +10,7 @@ read_globals = {
|
||||
}
|
||||
|
||||
globals = {
|
||||
"VoxelArea",
|
||||
"awards",
|
||||
"big_webs",
|
||||
"bones_loot",
|
||||
@ -63,4 +63,4 @@ globals = {
|
||||
|
||||
max_line_length = false
|
||||
unused_args = false
|
||||
unused = false
|
||||
unused = true
|
Reference in New Issue
Block a user