From ae296d736e6a50411d38a7e10d191429bc3e4e2f Mon Sep 17 00:00:00 2001 From: Arlind Date: Mon, 16 Jun 2025 19:02:45 +0200 Subject: [PATCH] mute music audio --- src/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default.json b/src/default.json index c8d7f94..e2d1537 100644 --- a/src/default.json +++ b/src/default.json @@ -23,7 +23,7 @@ }, "Audio": { "GeneralVolume": 0.6, - "MusicVolume": 0.4, + "MusicVolume": 0.0, "SampleVolume": 0.5, "Offset": 0, "OnlineOffset": false,