luacheck changes

master
LoneWolfHT 2019-06-09 22:24:31 -07:00
parent 50d873de7c
commit c0a0448faa
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ allow_defined_top = true
globals = {
"minetest",
"shooter",
"skybox",
"main",
}
read_globals = {
@ -12,5 +14,5 @@ read_globals = {
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
"default", "sfinv", "creative", "stairs",
"maps", "main", "skybox",
"maps",
}