From bcbf40a1638909c24aff2488824d1e432fcc0f08 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 25 Jul 2016 22:38:37 +0200 Subject: [PATCH] Made Smiley Cloud be nameable again --- .../actuallyadditions/mod/inventory/gui/GuiSmileyCloud.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/GuiSmileyCloud.java b/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/GuiSmileyCloud.java index 5238f6ea4..e3ad1b4b3 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/GuiSmileyCloud.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/inventory/gui/GuiSmileyCloud.java @@ -123,6 +123,6 @@ public class GuiSmileyCloud extends GuiContainer{ compound.setInteger("PlayerID", Minecraft.getMinecraft().thePlayer.getEntityId()); compound.setInteger("TextID", textID); compound.setString("Text", text); - PacketHandler.theNetwork.sendToServer(new PacketClientToServer(compound, PacketHandler.GUI_BUTTON_TO_TILE_HANDLER)); + PacketHandler.theNetwork.sendToServer(new PacketClientToServer(compound, PacketHandler.GUI_STRING_TO_TILE_HANDLER)); } } \ No newline at end of file