From 3e53158a155b3c84eac9e398df6ac1f0b8b15e48 Mon Sep 17 00:00:00 2001 From: entar Date: Tue, 10 Jun 2025 12:14:39 +0700 Subject: [PATCH] Update How to add charts? --- How-to-add-charts%3F.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/How-to-add-charts%3F.md b/How-to-add-charts%3F.md index b2298d2..249d696 100644 --- a/How-to-add-charts%3F.md +++ b/How-to-add-charts%3F.md @@ -18,5 +18,7 @@ with Then you need to go to modules/types/note.lua Go to line 18 and replace - `mustPress = mustHitSection and raw[2] <= 3 or not mustHitSection and raw[2] > 3,` -With + +with + - `mustPress = raw[2] > 3,`