Merge pull request #1586 from Lunatrius/fix-chat-1.8

[1.8] Fixed messages not being added to the chat history
This commit is contained in:
LexManos 2014-12-18 14:13:33 -08:00
commit 005e0c8451

View file

@ -0,0 +1,11 @@
--- ../src-base/minecraft/net/minecraft/client/gui/GuiSleepMP.java
+++ ../src-work/minecraft/net/minecraft/client/gui/GuiSleepMP.java
@@ -34,7 +34,7 @@
if (!s.isEmpty())
{
- this.field_146297_k.field_71439_g.func_71165_d(s);
+ this.func_175275_f(s); // Forge: fix vanilla not adding messages to the sent list while sleeping
}
this.field_146415_a.func_146180_a("");