mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-08-19 01:07:09 -05:00
Initial support for Scarlet & Violet
This commit is contained in:
@@ -26,12 +26,6 @@ namespace SwitchGiftDataManager.CommandLine
|
||||
Console.ReadKey();
|
||||
return;
|
||||
}
|
||||
else if (game is Games.SCVI)
|
||||
{
|
||||
Log("Scarlet and Violet are still not supported by this program. Please wait patiently.");
|
||||
Console.ReadKey();
|
||||
return;
|
||||
}
|
||||
|
||||
var bcat = new BCATManager(game);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user