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

Change debug text

This commit is contained in:
Dev 2024-03-05 22:09:38 +00:00
parent 26263cb848
commit 6334a20bcf

View File

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