Attempt to fix test?

This commit is contained in:
Tristan Gosselin-Hane 2020-05-22 13:28:02 -04:00
parent 1b714e6449
commit e61cfffab1

View File

@ -103,7 +103,7 @@ class FakeClientHandler(object):
# Called upon entering the play state.
self.write_packet(clientbound.play.JoinGamePacket(
entity_id=0, game_mode=0, dimension=0, hashed_seed=12345,
difficulty=2, max_players=1, is_debug=False, is_flat=False,
difficulty=2, max_players=1, level_type='default', is_debug=False, is_flat=False,
reduced_debug_info=False, render_distance=9, respawn_screen=False))
def handle_play_packet(self, packet):