Target Standard 2.1

This commit is contained in:
Tony Bark 2023-08-10 18:37:03 -04:00
parent b32c5f49ed
commit df5ebd3954
5 changed files with 54 additions and 50 deletions

View file

@ -78,7 +78,7 @@ public class UIText : IUIText
if (second == -1)
continue;
ids = ids.Substring(1, second - 1);
ids = ids[1..second];
// If the id of the current file does not match the id passed to the function,
// skip to the next file.