From ee326c4919ee4fdbfe2afd8bbf97f69e92cc8713 Mon Sep 17 00:00:00 2001 From: Fesiug Date: Fri, 8 Dec 2023 20:13:43 -0500 Subject: [PATCH] Add back offhand color --- gamemodes/benny/gamemode/modules/player/cl_hud.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/benny/gamemode/modules/player/cl_hud.lua b/gamemodes/benny/gamemode/modules/player/cl_hud.lua index 8a9e64b..036e427 100644 --- a/gamemodes/benny/gamemode/modules/player/cl_hud.lua +++ b/gamemodes/benny/gamemode/modules/player/cl_hud.lua @@ -600,7 +600,7 @@ hook.Add( "HUDPaint", "Benny_HUDPaint", function() local meow = wep:C_DualCheck() for i=1, 2 do - local cooler = i == 1 and touse2 or touse1--(hand!=meow and touse1_primary or touse1) + local cooler = i == 1 and touse2 or (hand!=meow and touse1_primary or touse1) local poosx, poosy = i == 1 and ps_x or pl_x, i == 1 and ps_y or pl_y local mat1 = i == 1 and mat_long_s or mat_long local mat2 = i == 1 and mat_dot_s or mat_dot