mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-20 14:12:53 +00:00
Changed Skynet to one that includes CBOR
This commit is contained in:
parent
77b63c2276
commit
d0a25552e2
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
|
||||
|
Loading…
Reference in New Issue
Block a user