From 652add6199d3747a64736c11da98df37fc345800 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Mon, 26 May 2025 18:25:04 -0500 Subject: [PATCH] Fix crash --- www/data/CommonEvents.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/data/CommonEvents.json b/www/data/CommonEvents.json index 07ae93f..f7a766e 100644 --- a/www/data/CommonEvents.json +++ b/www/data/CommonEvents.json @@ -16538,7 +16538,7 @@ "code": 655, "indent": 1, "parameters": [ - "let totalLength = 30;" + "let totalLength = 90;" ] }, { @@ -16552,7 +16552,7 @@ "code": 655, "indent": 1, "parameters": [ - "let paddedName = ' '.repeat(padding) + name;" + "let paddedName = ''.repeat(padding) + name;" ] }, { @@ -16583,7 +16583,7 @@ "code": 401, "indent": 1, "parameters": [ - "\\v[64] has mastered the contents of \\c[6] \\v[61]\\c[0]!" + "\\v[64] has mastered the contents of\n\\c[6]\\v[61]\\c[0]!" ] }, {