diff --git a/apps/amethyst/lib/states/login.ex b/apps/amethyst/lib/states/login.ex index cf59efc..a6f22fe 100644 --- a/apps/amethyst/lib/states/login.ex +++ b/apps/amethyst/lib/states/login.ex @@ -65,6 +65,7 @@ defmodule Amethyst.ConnectionState.Login do if Application.get_env(:amethyst, :encryption, true) do verify_token = :crypto.strong_rand_bytes(4) public_key = Amethyst.Keys.get_pub() + Logger.debug("Public key: #{inspect(public_key, limit: :infinity)}") send(self(), {:send_packet, %{ packet_type: :encryption_request, server_id: "",