Skip to content

Commit 335c1e1

Browse files
authored
fix my fucked merge
1 parent 2552af3 commit 335c1e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bin/src/packet_handlers/login_process.rs

+3
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ async fn handle_ack_finish_configuration(
220220
chunk_recv.calculate_chunks().await;
221221
}
222222

223+
player_info_update_packets(entity_id, &state).await?;
224+
broadcast_spawn_entity_packet(entity_id, &state).await?;
225+
223226
Ok(ack_finish_configuration_event)
224227
}
225228
async fn send_keep_alive(

0 commit comments

Comments
 (0)