1
0
mirror of https://github.com/minetest-mods/unified_inventory.git synced 2025-07-06 10:20:28 +02:00

LuaCheck: Add hb as a global (#154)

`hb` global is from HudBars by Wuzzy2.
This commit is contained in:
David Leal
2020-06-06 06:09:08 -05:00
committed by GitHub
parent 5a24e9f6fc
commit 04b2edceb4

@ -12,6 +12,8 @@ read_globals = {
"minetest", "vector",
"ItemStack", "datastorage",
"hb",
}
files["callbacks.lua"].ignore = { "player", "draw_lite_mode" }