Skip to content

Commit

Permalink
Fix wrong status after reedeming the key
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Oct 28, 2015
1 parent 33b42fb commit 03885ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArchiSteamFarm/ArchiHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ internal sealed class ArchiHandler : ClientMsgHandler {

internal sealed class PurchaseResponseCallback : CallbackMsg {
internal enum EPurchaseResult {
Unknown = 0,
OK = 1,
Unknown = -1,
OK = 0,
AlreadyOwned = 9,
InvalidKey = 14,
DuplicatedKey = 15,
Expand Down

0 comments on commit 03885ba

Please sign in to comment.