From 36c402300b519527c6b2c3f453db9e1c6d5d7d5a Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Thu, 18 Jul 2019 23:51:01 -0400 Subject: [PATCH] Fix flashlight not working after wiretool update (cherry picked from commit 9f8179504ef7511b2f97b4102aa915aada30f051) --- lua/weapons/gmod_tool/stools/wire_adv.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/weapons/gmod_tool/stools/wire_adv.lua b/lua/weapons/gmod_tool/stools/wire_adv.lua index d473bbbc6c..bd906a8b93 100644 --- a/lua/weapons/gmod_tool/stools/wire_adv.lua +++ b/lua/weapons/gmod_tool/stools/wire_adv.lua @@ -772,7 +772,6 @@ elseif CLIENT then end return true end - return true end end end