Changed skynet path to same dir as TRON

This commit is contained in:
LDDestroier 2019-04-16 23:51:21 -04:00 committed by GitHub
parent 4f32e7882c
commit cc93596367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ if useSkynet and (not http.websocket) then
error("Skynet is not supported on this version of ComputerCraft.")
end
local skynetPath = "skynet"
local skynetPath = fs.combine(fs.getDir(shell.getRunningProgram()), "skynet")
local skynetURL = "https://raw.githubusercontent.com/osmarks/skynet/master/client.lua"
if argumentName then