From bab4d3b74cbfb2fa263761659102e13915b0c279 Mon Sep 17 00:00:00 2001 From: MiranDMC Date: Wed, 30 Oct 2024 16:08:23 +0100 Subject: [PATCH] :memo: update commands --- sa/snippets/debug/2102.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa/snippets/debug/2102.txt b/sa/snippets/debug/2102.txt index 6b08752b5..382be7022 100644 --- a/sa/snippets/debug/2102.txt +++ b/sa/snippets/debug/2102.txt @@ -1,4 +1,4 @@ 2102: log_to_file ".\myLog.txt" timestamp true text "Line with timestamp prefix" 2102: log_to_file ".\myLog.txt" timestamp false text "Now just the line. Timer value is: %d" TIMERA -2102: log_to_file "userfiles:\myUserLog.txt" timestamp false text "Log file in game saves location!" \ No newline at end of file +2102: log_to_file "user:\myUserLog.txt" timestamp false text "Log file in game saves location!" \ No newline at end of file