From 0009d3f38c16796848d8e4b9e158349438e3f65c Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Sat, 8 Jun 2024 18:40:22 -0400 Subject: [PATCH] Fixed idiot skynet url --- tron.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron.lua b/tron.lua index ebc857d..21fb0d2 100644 --- a/tron.lua +++ b/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