mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 05:40:00 +03:00
12 lines
427 B
Diff
12 lines
427 B
Diff
--- ../src-base/minecraft/net/minecraft/client/gui/GuiSleepMP.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/gui/GuiSleepMP.java
|
|
@@ -32,7 +32,7 @@
|
|
|
|
if (!s.isEmpty())
|
|
{
|
|
- this.mc.player.sendChatMessage(s);
|
|
+ this.sendChatMessage(s); // Forge: fix vanilla not adding messages to the sent list while sleeping
|
|
}
|
|
|
|
this.inputField.setText("");
|