mirror of
https://github.com/ApfelTeeSaft/EasyInstallerV2-Legacy-AI-Generated.git
synced 2026-08-26 19:23:25 +00:00
fix: Swtich from Nova cdn to manifest.simplyblk.xyz
This commit is contained in:
@@ -40,6 +40,7 @@ class Program
|
||||
int i;
|
||||
double dblSByte = bytes;
|
||||
for (i = 0; i < Suffix.Length && bytes >= 1024; i++, bytes /= 1024)
|
||||
|
||||
{
|
||||
dblSByte = bytes / 1024.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user