1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-09-07 21:16:55 +00:00

Fixed idiot skynet url

This commit is contained in:
LDDestroier 2024-06-08 18:40:22 -04:00 committed by GitHub
parent 7e8d10e770
commit 0009d3f38c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -354,7 +354,7 @@ if useSkynet and (not http.websocket) then
end
local skynetPath = fs.combine(fs.getDir(shell.getRunningProgram()), "skynet.lua")
local skynetURL = "https://github.com/LDDestroier/CC/raw/master/API/skynet.lua"
local skynetURL = "https://raw.githubusercontent.com/osmarks/skynet/master/client.lua"
if argumentName then
argumentName = argumentName:sub(1, 15) -- gotta enforce that limit