mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Make Luacheck happy
This commit is contained in:
parent
738e0d7292
commit
9e52fc11a6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ read_globals = {
|
|||
"Settings",
|
||||
"unpack",
|
||||
-- Silence errors about custom table methods.
|
||||
table = { fields = { "copy", "indexof" } },
|
||||
table = { fields = { "copy", "indexof", "insert_all" } },
|
||||
-- Silence warnings about accessing undefined fields of global 'math'
|
||||
math = { fields = { "sign" } }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue