mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 12:10:30 +00:00
parent
d9e75d7c47
commit
a7536ea4fa
@ -431,7 +431,7 @@ local tMenuFuncs = {
|
|||||||
file.write(runHandler:format(sTitle, table.concat(tLines, "\n"), "@" .. fs.getName(sPath)))
|
file.write(runHandler:format(sTitle, table.concat(tLines, "\n"), "@" .. fs.getName(sPath)))
|
||||||
end)
|
end)
|
||||||
if ok then
|
if ok then
|
||||||
local nTask = shell.openTab(sTempPath)
|
local nTask = shell.openTab("/" .. sTempPath)
|
||||||
if nTask then
|
if nTask then
|
||||||
shell.switchTab(nTask)
|
shell.switchTab(nTask)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user