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

Add multishell to apis program

This commit is contained in:
Wilma456 2017-05-29 15:55:45 +02:00 committed by GitHub
parent 99b5534099
commit 9770f103ed

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 )