mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Fix TR editor move strings
Thanks GlacierWolf on Discord!
This commit is contained in:
parent
9bbb6f1e20
commit
dea2eeb0e2
|
|
@ -26,7 +26,7 @@ private void PopulateRecords()
|
|||
var indexes = Entity.TechRecordPermitIndexes;
|
||||
var lines = new string[indexes.Length];
|
||||
for (int i = 0; i < lines.Length; i++)
|
||||
lines[i] = $"{i:00} - {names[i]}";
|
||||
lines[i] = $"{i:00} - {names[indexes[i]]}";
|
||||
CLB_Flags.Items.AddRange(lines);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user