mirror of
https://github.com/LDDestroier/CC/
synced 2025-06-07 21:34:05 +00:00
Changed skynet path to same dir as TRON
This commit is contained in:
parent
4f32e7882c
commit
cc93596367
2
tron.lua
2
tron.lua
@ -352,7 +352,7 @@ if useSkynet and (not http.websocket) then
|
|||||||
error("Skynet is not supported on this version of ComputerCraft.")
|
error("Skynet is not supported on this version of ComputerCraft.")
|
||||||
end
|
end
|
||||||
|
|
||||||
local skynetPath = "skynet"
|
local skynetPath = fs.combine(fs.getDir(shell.getRunningProgram()), "skynet")
|
||||||
local skynetURL = "https://raw.githubusercontent.com/osmarks/skynet/master/client.lua"
|
local skynetURL = "https://raw.githubusercontent.com/osmarks/skynet/master/client.lua"
|
||||||
|
|
||||||
if argumentName then
|
if argumentName then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user