From a493641f02b7583946502a66cffc08eb6750b8d2 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 4 Dec 2016 01:44:34 +0100 Subject: [PATCH] Fix Luacheck warnings --- init.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.lua b/init.lua index e1d190f..58284b9 100644 --- a/init.lua +++ b/init.lua @@ -5,7 +5,7 @@ else S = function ( s ) return s end end -hbarmor = {} +local hbarmor = {} -- HUD statbar values hbarmor.armor = {} @@ -13,9 +13,6 @@ hbarmor.armor = {} -- Stores if player's HUD bar has been initialized so far. hbarmor.player_active = {} --- HUD item ids -local armor_hud = {} - -- Time difference in seconds between updates to the HUD armor bar. -- Increase this number for slow servers. hbarmor.tick = 0.1