diff --git a/ccpt b/ccpt index e8fdfa5..1c7e273 100644 --- a/ccpt +++ b/ccpt @@ -2,7 +2,7 @@ ComputerCraft Package Tool Author: PentagonLP Version: 1.0 - Lines of Code: 1.000; Characters: 30.514 + Lines of Code: 1.000; Characters: 30.485 ]] -- Load properprint library @@ -921,7 +921,8 @@ installtypes = { } } --- Array to store autocomplete information +--[[ Array to store autocomplete information +]]-- autocomplete = { func = completeaction, funcargs = {}, @@ -996,4 +997,4 @@ if not (installed+updated+removed==0) then actionmessage = actionmessage .. removed .. " packages removed." end properprint.pprint(actionmessage) -end +end \ No newline at end of file