From b6b1ab8458a89be6793493344fc1e10d2c6ee329 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 23 May 2016 19:56:57 +0100 Subject: [PATCH] added EResult.IPBanned --- steam/enums/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/steam/enums/common.py b/steam/enums/common.py index bbdbda6..2168ce7 100644 --- a/steam/enums/common.py +++ b/steam/enums/common.py @@ -106,6 +106,7 @@ class EResult(SteamIntEnum): GSLTDenied = 102 GSOwnerDenied = 103 InvalidItemType = 104 + IPBanned = 105 class EUniverse(SteamIntEnum):