Cleanup ccpt

This commit is contained in:
PentagonLP 2021-06-01 11:25:04 +02:00
parent 13b1465630
commit 2785bd2262

5
ccpt
View File

@ -2,7 +2,7 @@
ComputerCraft Package Tool ComputerCraft Package Tool
Author: PentagonLP Author: PentagonLP
Version: 1.0 Version: 1.0
Lines of Code: 1.000; Characters: 30.514 Lines of Code: 1.000; Characters: 30.485
]] ]]
-- Load properprint library -- Load properprint library
@ -921,7 +921,8 @@ installtypes = {
} }
} }
-- Array to store autocomplete information --[[ Array to store autocomplete information
]]--
autocomplete = { autocomplete = {
func = completeaction, func = completeaction,
funcargs = {}, funcargs = {},