From d0a25552e29109db650cdfc5221a96f0e2c87b3d Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Wed, 11 Sep 2019 18:36:38 -0400 Subject: [PATCH] Changed Skynet to one that includes CBOR --- tron.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron.lua b/tron.lua index 4b292fa..ad5019c 100644 --- a/tron.lua +++ b/tron.lua @@ -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