mirror of
https://github.com/mt-mods/mail.git
synced 2025-08-15 18:58:28 -04:00
Fix luacheck
Fix luacheck warnings in spam.lua Fix global variable initialization (was needed only locally) Add beerchat to luacheck
This commit is contained in:
parent
103c4ae441
commit
c5fd218415
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ globals = {
|
|||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
table = {fields = {"copy", "getn", "indexof"}},
|
||||
beerchat = {fields = {"has_player_muted_player", "execute_callbacks"}},
|
||||
|
||||
-- Minetest
|
||||
"minetest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue