forked from minetest-mods/moreores
Fix default_stone_sounds
undeclared global variable warnings (#59)
* to fix these messages: <WARNING> 2024-04-04 01:04:37: [Main] Undeclared global variable "default_stone_sounds" accessed at .../moreores/init.lua:129 * to further drive the point home: luacheck is still happy
This commit is contained in:
@ -3,11 +3,6 @@ unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 90
|
||||
|
||||
ignore = {
|
||||
"default_stone_sounds",
|
||||
"default_metal_sounds"
|
||||
}
|
||||
|
||||
stds.minetest = {
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
|
Reference in New Issue
Block a user