Redid file checking to use the provided chunked checksums, added (broken) support for partial package downloads (resumed package fails verification), misc. supporting changes.

This commit is contained in:
2021-11-17 22:34:15 -06:00
parent 2ccc09d0b4
commit 662e5c2b0c
8 changed files with 81 additions and 37 deletions

View File

@@ -13,6 +13,6 @@ class W3DHub
end
def self.format_size_number(i)
format("%0.1f", i)
format("%0.2f", i)
end
end