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]; } }