From bfb7f2cd86383efc7dd205ebd6c4f1c91a69dd1d Mon Sep 17 00:00:00 2001 From: PentagonLP Date: Tue, 1 Jun 2021 18:52:01 +0200 Subject: [PATCH] Update line/charactercount --- ccpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ccpt b/ccpt index 1716c8d..5197490 100644 --- a/ccpt +++ b/ccpt @@ -2,7 +2,7 @@ ComputerCraft Package Tool Author: PentagonLP Version: 1.0 - Lines of Code: 1.000; Characters: 30.485 + Lines of Code: 1.000; Characters: 30.508 ]] -- Load properprint library @@ -187,7 +187,6 @@ function checkforupdates(installedpackages,reducedprint) packageswithupdates[#packageswithupdates+1] = k end end - -- Print result if #packageswithupdates==0 then bprint("All installed packages are up to date!",reducedprint)