Skip to content

Commit 6d9daa0

Browse files
committed
.
1 parent 7a4f9e3 commit 6d9daa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SuperGrate/Classes/Migrate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public static Task<bool> Start(USMTMode Mode, string[] IDs)
178178
Failed = !await CleanupUSMT();
179179
if (Canceled || Failed)
180180
{
181-
await Misc.DeleteFromStore(new string[] { CurrentGuid });
181+
if (Mode == USMTMode.ScanState) await Misc.DeleteFromStore(new string[] { CurrentGuid });
182182
return false;
183183
}
184184
else

0 commit comments

Comments
 (0)