From eeea30398d7716b025de40948ca0a1a6d4fb267e Mon Sep 17 00:00:00 2001 From: Bitl Date: Thu, 7 Sep 2017 17:59:03 -0700 Subject: [PATCH] derp --- CSMPFunctions.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index e6752d1..c04c993 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -336,31 +336,31 @@ function ReadGearInfo(newTool,player) end elseif (GearType == 3) then if (game.Lighting.AllowedGearTypes.Ranged == true) then - + return true end elseif (GearType == 4) then if (game.Lighting.AllowedGearTypes.Navigation == true) then - + return true end elseif (GearType == 5) then if (game.Lighting.AllowedGearTypes.Explosives == true) then - + return true end elseif (GearType == 6) then if (game.Lighting.AllowedGearTypes.Musical == true) then - + return true end elseif (GearType == 7) then if (game.Lighting.AllowedGearTypes.Social == true) then - + return true end elseif (GearType == 8) then if (game.Lighting.AllowedGearTypes.Transport == true) then - + return true end elseif (GearType == 9) then if (game.Lighting.AllowedGearTypes.Building == true) then - + return true end end end