diff --git a/lib/servers/configuration.ex b/lib/servers/configuration.ex index 3c13f06..4e58840 100644 --- a/lib/servers/configuration.ex +++ b/lib/servers/configuration.ex @@ -269,7 +269,6 @@ defmodule Amethyst.Server.Configuration do defp handle_plugin_message("minecraft:brand", data, client, state) do {[brand], ""} = Read.start(data) |> Read.string |> Read.stop Logger.info("Client using brand: #{brand}") - transmit({:clientbound_plugin_message, "minecraft:brand", "amethyst"}, client) {:ok, Keyword.put(state, :brand, brand)} end defp handle_plugin_message("amethyst:hello", _data, client, state) do