From bb1a69f9419ebad495c5153d5d37c28683566d3b Mon Sep 17 00:00:00 2001 From: Bitl Date: Tue, 18 Jul 2017 13:10:20 -0700 Subject: [PATCH] fix error --- CSMPFunctions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 653faeb..ffb3047 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -651,7 +651,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He client.ConnectionFailed:connect(failed) client:Connect(ServerIP,ServerPort, 0, 20) end) - end) + end if not suc then local x = Instance.new("Message") @@ -659,7 +659,6 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He x.Parent = workspace wait(math.huge) end - end end function CSSolo(UserID,PlayerName,Hat1ID,Hat2ID,Hat3ID,HeadColorID,TorsoColorID,LeftArmColorID,RightArmColorID,LeftLegColorID,RightLegColorID,TShirtID,ShirtID,PantsID,FaceID,IconType)