Actually send the packet >.>

This commit is contained in:
Emily 2018-09-26 09:43:05 +02:00
parent 7655d8f2ad
commit 4f43e2933b

View File

@ -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