Beispiel #1
0
 private void OnAccountBanned(object sender, AccountBannedArgs e)
 {
     Console.Title = "R.I.P.";
     _log.Fatal("Your account has been banned. You will need to use a different account session cookie to continue using Scraps.");
     _log.Fatal("Press [Enter] to exit.");
     Console.CursorVisible = true;
     Console.ReadLine();
     Environment.Exit(0);
 }
Beispiel #2
0
 private void OnAccountBanned(object sender, AccountBannedArgs e) => _runner.Cancel();