Add missing memecrypto clear

See the SAV7SM.cs constructor... yeah oops!

A hotfix has been posted (committing after I upload!)

Closes #2415 thanks @Ammako !
This commit is contained in:
Kurt
2019-11-16 11:44:48 -08:00
parent d65e3369c9
commit 83388cc6fe

View File

@@ -8,6 +8,7 @@ public SAV7USUM(byte[] data) : base(data, boUU)
{
Blocks = new SaveBlockAccessor7USUM(this);
Initialize();
ClearMemeCrypto();
}
public SAV7USUM() : base(SaveUtil.SIZE_G7USUM, boUU)