Changed Skynet to one that includes CBOR

This commit is contained in:
LDDestroier 2019-09-11 18:36:38 -04:00 committed by GitHub
parent 77b63c2276
commit d0a25552e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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://raw.githubusercontent.com/osmarks/skynet/master/client.lua"
local skynetURL = "https://github.com/LDDestroier/CC/raw/master/API/skynet.lua"
if argumentName then
argumentName = argumentName:sub(1, 15) -- gotta enforce that limit