mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
added manifest version console logs
This commit is contained in:
parent
9ea3ada561
commit
d63b5c0e40
|
|
@ -122,6 +122,8 @@ namespace FModel.Grabber.Paks
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
FConsole.AppendText($"Fortnite-Manifest version: {manifest.BuildVersion}-{manifest.CL}", FColors.Yellow, true);
|
||||
}
|
||||
else if (Properties.Settings.Default.PakPath.EndsWith("-val.manifest"))
|
||||
{
|
||||
|
|
@ -155,6 +157,8 @@ namespace FModel.Grabber.Paks
|
|||
});
|
||||
});
|
||||
}
|
||||
|
||||
FConsole.AppendText($"Valorant-Manifest version: {manifest.Header.GameVersion ?? "Unknown"}", FColors.Yellow, true);
|
||||
}
|
||||
else if (Directory.Exists(Properties.Settings.Default.PakPath))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user