mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
Reduce verbosity of debug message on screen to just what's necessary
This commit is contained in:
parent
20ce9a9a9d
commit
1e68f3cd6f
@ -43,7 +43,7 @@ namespace Aki.Debugging.Patches
|
|||||||
sptVersion = Json.Deserialize<VersionResponse>(json).Version;
|
sptVersion = Json.Deserialize<VersionResponse>(json).Version;
|
||||||
}
|
}
|
||||||
|
|
||||||
____label.text = $"{sptVersion} \n {___profile_0.Nickname} \n {GClass1296.Now.ToString("HH:mm:ss")}";
|
____label.text = $"{sptVersion}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user