mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Update ParseSettings.cs
This commit is contained in:
parent
065d329546
commit
49d9467d3c
|
|
@ -36,7 +36,7 @@ public static class ParseSettings
|
|||
/// <summary>
|
||||
/// Setting to specify if an analysis should permit data sourced from the physical cartridge era of Game Boy Advance games.
|
||||
/// </summary>
|
||||
public static bool AllowEraCartGBA { private get; set; }
|
||||
public static bool AllowEraCartGBA { private get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Setting to specify if an analysis should permit data sourced from the Nintendo Switch Virtual Console era of Game Boy Advance games.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user