Skip to content

Commit

Permalink
Uncommented one thing that was used for testing. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezzpify committed Sep 27, 2017
1 parent 510480e commit 8384680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SteamBulkActivator/MainForm.cs
Expand Up @@ -371,8 +371,8 @@ private void onPurchaseResponse(PurchaseResponse_t callback)
switch (result)
{
case EPurchaseResultDetail.k_EPurchaseResultTooManyActivationAttempts:
//_purchaseBwg.CancelAsync();
//completedRegistration();
_purchaseBwg.CancelAsync();
completedRegistration();
break;
}

Expand Down

0 comments on commit 8384680

Please sign in to comment.