Update line/charactercount
This commit is contained in:
3
ccpt
3
ccpt
@@ -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.485
|
Lines of Code: 1.000; Characters: 30.508
|
||||||
]]
|
]]
|
||||||
|
|
||||||
-- Load properprint library
|
-- Load properprint library
|
||||||
@@ -187,7 +187,6 @@ function checkforupdates(installedpackages,reducedprint)
|
|||||||
packageswithupdates[#packageswithupdates+1] = k
|
packageswithupdates[#packageswithupdates+1] = k
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Print result
|
-- Print result
|
||||||
if #packageswithupdates==0 then
|
if #packageswithupdates==0 then
|
||||||
bprint("All installed packages are up to date!",reducedprint)
|
bprint("All installed packages are up to date!",reducedprint)
|
||||||
|
|||||||
Reference in New Issue
Block a user