forked from chipmunkmc/chipmunkbot
real
totallynotskidded™️ from chayapak
This commit is contained in:
parent
0a4dab93d6
commit
00e5acfde3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class ChatPlugin extends SessionAdapter {
|
|||
}
|
||||
|
||||
public void message (String message) {
|
||||
final ServerboundChatPacket packet = new ServerboundChatPacket(message, Instant.now().toEpochMilli(), 0, new byte[0], 0, new BitSet());
|
||||
final ServerboundChatPacket packet = new ServerboundChatPacket(message, Instant.now().toEpochMilli(), 0, null, 0, new BitSet());
|
||||
client.session().send(packet);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue