From 69d805dad8ddedd45205c16197c2bbe202340b24 Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Sat, 8 Jul 2017 20:32:58 -0700 Subject: [PATCH] fixed error --- CSMPFunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index a2e9b25..7d2a4b6 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -629,7 +629,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He client.ConnectionRejected:connect(rejected) client.ConnectionFailed:connect(failed) client:Connect(ServerIP,ServerPort, 0, 20) - end + end) end) if not suc then