Fix data type of BasicStartersPerGen (#451)

Co-authored-by: haggys22 <haggys22@users.noreply.gitlab.com>
This commit is contained in:
haggys22 2020-07-10 14:43:16 +02:00 committed by GitHub
parent d17891d340
commit 82af1d63aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ public StarterEditor6()
private readonly int Count = Main.Config.ORAS ? 4 : 2;
private int offset;
private static int[] BasicStarter;
private static int[] BasicStarterPerGen;
private static int[][] BasicStarterPerGen;
private void B_Save_Click(object sender, EventArgs e)
{