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:
2
tron.lua
2
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
|
||||
|
Reference in New Issue
Block a user