From 2aaf0c6ac8553b44a95a3af81bc295fb97dbbb73 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Sun, 4 Aug 2024 07:47:58 +0200 Subject: [PATCH] Undo that mistake --- lib/servers/configuration.ex | 1 - 1 file changed, 1 deletion(-) 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