From d0857d83a3a8f9c2cf9924618600172bf645106a Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 16 May 2016 19:32:01 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 0003d0a..df32ec5 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -1,6 +1,6 @@ local function kernel() _G.sPhone = { - version = "Alpha 2.13.5", + version = "Alpha 2.13.6", user = "Guest", devMode = false, mainTerm = term.current() @@ -44,6 +44,10 @@ local function kernel() os.loadAPI("/.sPhone/apis/"..v) end end + + local sPath = shell.path() + sPath = sPath..":/.sPhone/bin" + shell.setPath(sPath) if not fs.exists("/.sPhone/autorun") then fs.makeDir("/.sPhone/autorun")