Skip to content

Commit

Permalink
Update CSTS.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana committed Jun 27, 2022
1 parent 49ca110 commit cae5efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaPlusEditor/CSTS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public string[] Import() {
if (Offset < i)
continue;
if (StrStart != Script.Length) {
if (Script[Offset - 1] != 0x00)
if (Script[Offset - 1] > 0x01)
continue;
}
if (Script[Offset] == 0x00)
Expand Down

0 comments on commit cae5efc

Please sign in to comment.