0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 03:50:45 -05:00

More checks

This commit is contained in:
Dev 2023-12-19 21:15:04 +00:00
parent 109e9a0890
commit 43fc5c9985

View File

@ -18,7 +18,6 @@ namespace Aki.Core.Utils
var v2 = (v1 != null) ? v1.ToString() : string.Empty;
var v3 = new DirectoryInfo(v2);
var v4 = new FileSystemInfo[]
{
v3,
@ -31,6 +30,7 @@ namespace Aki.Core.Utils
ServerLog.Debug("Aki.Core", new FileInfo(Path.Combine(v2, "UnityCrashHandler64.exe")).Length.ToString());
ServerLog.Debug("Aki.Core", new FileInfo(Path.Combine(v2, "Uninstall.exe")).Length.ToString());
ServerLog.Debug("Aki.Core", new FileInfo(Path.Combine(v2, "Register.bat")).Length.ToString());
v0 = v4.Length - 1;