Skip to content

Commit

Permalink
add.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentwings committed May 20, 2020
1 parent 9ba2c32 commit 17e7674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/Protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def in_LOGIN(self, client, username, password, cpu='0', local_ip='', sentence_ar
last_mac_id, last_sys_id = last_id.split(" ")
else:
last_mac_id = last_id # backwards compat for SL<0.269
last_sys_id = None
last_sys_id = "0"
for flag in compat_flags.split(' '):
client.compat.add(flag)

Expand Down

0 comments on commit 17e7674

Please sign in to comment.