1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-05-25 02:34:11 +00:00

Add package to apis.lua

This commit is contained in:
Wilma456 (Jakob0815) 2017-07-14 12:50:59 +02:00 committed by GitHub
parent 94d701b1f7
commit bb6d423710

View File

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