mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-11 20:15:41 -05:00
fix av export
lul
This commit is contained in:
@@ -466,7 +466,7 @@ private string GetTrainerString(VsTrainer Trainer)
|
||||
{
|
||||
var avs = Enumerable.Range(0, 6).Select(a.GetAV).ToArray();
|
||||
if (avs.Any(z => z != 0))
|
||||
sb.Append(" AVs: ").Append(string.Join("/", pk.EVs));
|
||||
sb.Append(" AVs: ").Append(string.Join("/", avs));
|
||||
}
|
||||
sb.AppendLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user