Chat bugfixes

This commit is contained in:
Anuken
2018-01-20 13:49:55 -05:00
parent c0a78858f4
commit 7bcea08d83
3 changed files with 23 additions and 1 deletions

View File

@@ -234,6 +234,7 @@ public class NetServer extends Module{
packet.name = null;
packet.text = message;
Net.send(packet, SendMode.tcp);
Vars.ui.chatfrag.addMessage(message, null);
}
public void handleFriendlyFireChange(boolean enabled){