1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-12 11:10:29 +00:00

Merge pull request #291 from Wilma456/apis

Add multishell to apis program
This commit is contained in:
Daniel Ratcliffe 2017-05-29 16:57:42 +01:00 committed by GitHub
commit 114c49e3f6

View File

@ -6,6 +6,9 @@ for k,v in pairs( _G ) do
end
end
table.insert( tApis, "shell" )
if multishell then
table.insert( tApis, "multishell" )
end
table.sort( tApis )
textutils.pagedTabulate( tApis )