From cc93596367529c0e5f31b68fb85ee378ceda4d9c Mon Sep 17 00:00:00 2001
From: LDDestroier <etheilig02@gmail.com>
Date: Tue, 16 Apr 2019 23:51:21 -0400
Subject: [PATCH] Changed skynet path to same dir as TRON

---
 tron.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tron.lua b/tron.lua
index ec92078..34c0a8f 100644
--- a/tron.lua
+++ b/tron.lua
@@ -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