Skip to content

Commit

Permalink
Update CSTHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana committed Mar 20, 2022
1 parent 2077974 commit b16873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CatSceneEditor/CSTHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
}

Expand Down

0 comments on commit b16873c

Please sign in to comment.