Fix wrong status after reedeming the key

This commit is contained in:
JustArchi
2015-10-28 20:48:22 +01:00
parent 33b42fb76c
commit 03885babf6

View File

@@ -30,8 +30,8 @@ namespace ArchiSteamFarm {
internal sealed class PurchaseResponseCallback : CallbackMsg { internal sealed class PurchaseResponseCallback : CallbackMsg {
internal enum EPurchaseResult { internal enum EPurchaseResult {
Unknown = 0, Unknown = -1,
OK = 1, OK = 0,
AlreadyOwned = 9, AlreadyOwned = 9,
InvalidKey = 14, InvalidKey = 14,
DuplicatedKey = 15, DuplicatedKey = 15,