Actually send the packet >.>
This commit is contained in:
@@ -68,6 +68,8 @@ def query_c():
|
|||||||
packet = struct.pack(b"<H" + b"c%dscI" * flat_packet_data[0]
|
packet = struct.pack(b"<H" + b"c%dscI" * flat_packet_data[0]
|
||||||
% [len(x) for x in players_scores.keys()],
|
% [len(x) for x in players_scores.keys()],
|
||||||
*flat_packet_data)
|
*flat_packet_data)
|
||||||
|
|
||||||
|
return packet
|
||||||
|
|
||||||
def get_online_players(): #TODO
|
def get_online_players(): #TODO
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user