1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-01 18:38:00 +00:00

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

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