diff --git a/project/Aki.Debugging/Patches/DebugLogoPatch.cs b/project/Aki.Debugging/Patches/DebugLogoPatch.cs index c638b2d..c7c522b 100644 --- a/project/Aki.Debugging/Patches/DebugLogoPatch.cs +++ b/project/Aki.Debugging/Patches/DebugLogoPatch.cs @@ -43,7 +43,7 @@ namespace Aki.Debugging.Patches sptVersion = Json.Deserialize(json).Version; } - ____label.text = $"{sptVersion} \n {___profile_0.Nickname} \n {GClass1296.Now.ToString("HH:mm:ss")}"; + ____label.text = $"{sptVersion}"; } }