Browse Source

added EResult.IPBanned

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
b6b1ab8458
  1. 1
      steam/enums/common.py

1
steam/enums/common.py

@ -106,6 +106,7 @@ class EResult(SteamIntEnum):
GSLTDenied = 102 GSLTDenied = 102
GSOwnerDenied = 103 GSOwnerDenied = 103
InvalidItemType = 104 InvalidItemType = 104
IPBanned = 105
class EUniverse(SteamIntEnum): class EUniverse(SteamIntEnum):

Loading…
Cancel
Save