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:
commit
005e0c8451
1 changed files with 11 additions and 0 deletions
|
@ -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("");
|
Loading…
Reference in a new issue