mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
Made Smiley Cloud be nameable again
This commit is contained in:
parent
3f660f7c01
commit
bcbf40a163
1 changed files with 1 additions and 1 deletions
|
@ -123,6 +123,6 @@ public class GuiSmileyCloud extends GuiContainer{
|
||||||
compound.setInteger("PlayerID", Minecraft.getMinecraft().thePlayer.getEntityId());
|
compound.setInteger("PlayerID", Minecraft.getMinecraft().thePlayer.getEntityId());
|
||||||
compound.setInteger("TextID", textID);
|
compound.setInteger("TextID", textID);
|
||||||
compound.setString("Text", text);
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue