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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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