mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-08-20 01:53:14 -05:00
discard loading for bad crafted cards
This commit is contained in:
@@ -35,11 +35,11 @@ namespace SwitchGiftDataManager.Core
|
||||
if (Content is null)
|
||||
return false;
|
||||
|
||||
//if (!IsChecksumValid())
|
||||
//return false;
|
||||
|
||||
if (!IsChecksumValid())
|
||||
UpdateChecksum();
|
||||
return false;
|
||||
|
||||
//if (!IsChecksumValid())
|
||||
//UpdateChecksum();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user