You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -471,6 +473,22 @@ public void ConfirmScreenshotCleanup()
471
473
}
472
474
}
473
475
476
+
publicvoidConfirmOfflineSaveUpload()
477
+
{
478
+
lock(_lock)
479
+
{
480
+
Console.ForegroundColor=ConsoleColor.Red;
481
+
Console.WriteLine("This will upload your offline save to extract solved puzzles from it");
482
+
Console.WriteLine("The server will add solves for all relevant solved puzzles from your offline save");
483
+
Console.WriteLine("Additionally it will REMOVE any solved puzzles not marked as solved in your offline save that are dated EARLIER than the MOST RECENT solved puzzle in your offline save");
484
+
Console.WriteLine("This will clean up any stale solves you might have that are not actually counted by the game");
485
+
Console.WriteLine("Please be aware that just because it works for me does not mean it will work for you");
486
+
Console.WriteLine("*** Before using this, make sure that your offline save file is fully up to date with your online save ***");
487
+
Console.WriteLine("At your own risk, press [y] three times to proceed or any other key to cancel");
0 commit comments