fixed error
This commit is contained in:
parent
29b0d97582
commit
69d805dad8
|
|
@ -629,7 +629,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Hat1ID,Hat2ID,Hat3ID,He
|
||||||
client.ConnectionRejected:connect(rejected)
|
client.ConnectionRejected:connect(rejected)
|
||||||
client.ConnectionFailed:connect(failed)
|
client.ConnectionFailed:connect(failed)
|
||||||
client:Connect(ServerIP,ServerPort, 0, 20)
|
client:Connect(ServerIP,ServerPort, 0, 20)
|
||||||
end
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
if not suc then
|
if not suc then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue