Add a Luacheck configuration file

This commit is contained in:
Hugo Locurcio
2019-02-21 13:44:35 +01:00
parent 06a19573cc
commit d241818d13
2 changed files with 29 additions and 1 deletions

View File

@ -54,4 +54,3 @@ if minetest.setting_getbool("health_bars") ~= false and
minetest.after(1, add_HP_gauge, player:get_player_name())
end)
end