Fix: client.handshake.get_packets returns a dict instead of a set.

This commit is contained in:
joo 2018-01-13 01:02:00 +00:00
parent 1766b30983
commit da7c13076f
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
# Formerly known as state_handshake_clientbound.
def get_packets(context):
packets = {
}
return packets
return set()