mirror of
https://github.com/LDDestroier/CC/
synced 2025-04-06 10:46:56 +00:00
Fixed idiot skynet url
This commit is contained in:
parent
7e8d10e770
commit
0009d3f38c
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://github.com/LDDestroier/CC/raw/master/API/skynet.lua"
|
||||
local skynetURL = "https://raw.githubusercontent.com/osmarks/skynet/master/client.lua"
|
||||
|
||||
if argumentName then
|
||||
argumentName = argumentName:sub(1, 15) -- gotta enforce that limit
|
||||
|
Loading…
x
Reference in New Issue
Block a user