Remove spam
All checks were successful
Build & Test / nix-build (push) Successful in 1m45s

This commit is contained in:
Kodi Craft 2024-10-08 09:10:27 +02:00
parent c2cbfdf888
commit aa91e82cfa
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -220,7 +220,6 @@ defmodule Amethyst.ConnectionHandler do
block_light_array = non_empty_block_light_sections |> Enum.map(&(Enum.reduce(&1, <<>>, fn light, acc -> block_light_array = non_empty_block_light_sections |> Enum.map(&(Enum.reduce(&1, <<>>, fn light, acc ->
<<acc::bitstring, light::size(4)>> <<acc::bitstring, light::size(4)>>
end))) end)))
Logger.debug("#{length(block_light_array)} block light sections to send")
send(to, {:send_packet, %{ send(to, {:send_packet, %{
packet_type: :chunk_data_and_update_light, packet_type: :chunk_data_and_update_light,