1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00

Merge pull request #1095 from Wojbie/mc-1.16.x

Add important leading /
This commit is contained in:
Jonathan Coates 2022-05-10 21:42:40 +01:00 committed by GitHub
commit d8a7ab540a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,7 +431,7 @@ local tMenuFuncs = {
file.write(runHandler:format(sTitle, table.concat(tLines, "\n"), "@" .. fs.getName(sPath)))
end)
if ok then
local nTask = shell.openTab(sTempPath)
local nTask = shell.openTab("/" .. sTempPath)
if nTask then
shell.switchTab(nTask)
else