Actually send the packet >.>

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

View File

@ -69,6 +69,8 @@ def query_c():
% [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