Skip to content

Commit

Permalink
core: clientVersion 8->9 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
oczkers committed Aug 29, 2014
1 parent 7439fce commit 26c2a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fut14/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ def __login__(self, email, passwd, secret_answer, platform='pc', emulate=None):
# emulate
if emulate == 'ios':
sku = 'FUT14IOS'
clientVersion = 8
clientVersion = 9
elif emulate == 'and':
sku = 'FUT14AND'
clientVersion = 8
clientVersion = 9
# TODO: need more info about log in procedure in game
# elif emulate == 'xbox':
# sku = 'FFA14XBX' # FFA14CAP ?
Expand Down

0 comments on commit 26c2a51

Please sign in to comment.