1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-11 18:00:29 +00:00

Merge pull request #374 from Wilma456/packapis

Add package to apis.lua
This commit is contained in:
Daniel Ratcliffe 2017-07-25 19:05:11 +01:00 committed by GitHub
commit f6ea561270

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