Various luacheck fixes

master
Panquesito7 2020-01-16 22:43:26 -06:00
parent 44fb87a68e
commit d331b6bf6e
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
unused_args = false
allow_defined_top = true
max_line_length = 999
globals = {
"minetest",
"minetest", "lavastuff",
}
read_globals = {

View File

@ -397,7 +397,7 @@ end
-- Nodes
--
minetest.register_node ("lavastuff:block", {
minetest.register_node("lavastuff:block", {
description = S("Lava Block"),
tiles = {"lavastuff_block.png"},
is_ground_content = false,