MADE INTRO FASTER (part 1)

This commit is contained in:
Rylan/wowmom98 2017-02-04 12:22:08 -05:00
parent 9aa2c1f03b
commit 8a445f961e

View file

@ -283,7 +283,6 @@ So make sure your password is secure enough that it can't be guessed, but easy f
{
for(long i = 0; i <= arbitraryAmountOfBytes; i++)
{
Thread.Sleep(250);
this.Invoke(new Action(() =>
{
pgformatprogress.Value = (int)i;