Fix luacheck table.insert_all warning

master
rubenwardy 2022-07-20 15:46:28 +01:00
parent 884021238f
commit 6b091d4a5c
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ globals = {
read_globals = {
"minetest",
"vector",
table={fields={"copy"}},
table={fields={"copy", "insert_all"}},
}