1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2025-07-21 18:00:27 +02:00

update luacheck

This commit is contained in:
OgelGames
2021-01-14 14:54:56 +11:00
parent 0b5b18732a
commit 54afc348ee
2 changed files with 2 additions and 13 deletions

View File

@ -4,17 +4,11 @@ globals = {
}
read_globals = {
-- Stdlib
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"minetest",
"vector", "ItemStack",
"dump", "dump2",
"VoxelArea",
-- deps
-- Mod deps
"wardzones",
"minetestd",
"player_monoids"