Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Oct 2, 2023
1 parent a95cb85 commit c1315f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loginproxy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def canceler():
protocol = pkt.read_varint()
login_data['protocol'] = protocol
login_data['host'] = pkt.read_string()
login_data['port'] = pkt.read_short()
login_data['port'] = pkt.read_ushort()
state = pkt.read_varint()
login_data['state'] = state
if state == 1:
Expand Down

0 comments on commit c1315f7

Please sign in to comment.