mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 00:11:43 -04:00
Add table.insert_all() to luacheck
This commit is contained in:
parent
dfaa34c8c5
commit
80fba224a1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ globals = {
|
|||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn", "indexof"}},
|
||||
table = {fields = {"copy", "getn", "indexof", "insert_all"}},
|
||||
beerchat = {fields = {"has_player_muted_player", "execute_callbacks"}},
|
||||
|
||||
-- Minetest
|
||||
|
|
Loading…
Add table
Reference in a new issue