From b16873c060e25d21824eaed6c800fc127c09309f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Andr=C3=A9?= Date: Sun, 20 Mar 2022 17:05:33 -0300 Subject: [PATCH] Update CSTHelper.cs --- CatSceneEditor/CSTHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CatSceneEditor/CSTHelper.cs b/CatSceneEditor/CSTHelper.cs index a6e0be8..dd41160 100644 --- a/CatSceneEditor/CSTHelper.cs +++ b/CatSceneEditor/CSTHelper.cs @@ -124,7 +124,7 @@ public byte[] Export(string[] Strings) { InChoice = false; continue; } - Entries[i].Content = Parts[0] + Strings[x++] + Parts[1]; + Entries[i].Content = Parts[0] + Strings[x++] + Parts[2]; } }