From a4fd3aa42cee049f9635e4f9f6c457b9316e3b96 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 5 Mar 2024 20:25:38 +0000 Subject: [PATCH] Remove dollar sign --- project/Aki.Debugging/Patches/DebugLogoPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Aki.Debugging/Patches/DebugLogoPatch.cs b/project/Aki.Debugging/Patches/DebugLogoPatch.cs index 0bd4273..a6729dd 100644 --- a/project/Aki.Debugging/Patches/DebugLogoPatch.cs +++ b/project/Aki.Debugging/Patches/DebugLogoPatch.cs @@ -37,7 +37,7 @@ namespace Aki.Debugging.Patches var json = RequestHandler.GetJson("/singleplayer/settings/version"); var result = Json.Deserialize(json).Version; - ____label.text = $"SPT BLEEDINGEDGE \n ${result} \n {___profile_0.Nickname} \n {GClass1296.Now.ToString("HH:mm:ss")}"; + ____label.text = $"SPT BLEEDINGEDGE \n {result} \n {___profile_0.Nickname} \n {GClass1296.Now.ToString("HH:mm:ss")}"; } } }