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

Reduce verbosity of debug message on screen to just what's necessary

This commit is contained in:
Dev 2024-03-06 10:00:25 +00:00
parent 20ce9a9a9d
commit 1e68f3cd6f

View File

@ -43,7 +43,7 @@ namespace Aki.Debugging.Patches
sptVersion = Json.Deserialize<VersionResponse>(json).Version;
}
____label.text = $"{sptVersion} \n {___profile_0.Nickname} \n {GClass1296.Now.ToString("HH:mm:ss")}";
____label.text = $"{sptVersion}";
}
}