mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
chat packets sent to server and then sent back to all clients. #story[1246]
This commit is contained in:
@@ -288,7 +288,7 @@ public class ClientToServerThread implements Runnable {
|
||||
}
|
||||
|
||||
public void sendChatterMessage(String message) {
|
||||
sendByteBuffer(new ChatterMessage(5, message).getBuffer());
|
||||
sendByteBuffer(new ChatterMessage(clientId, message).getBuffer());
|
||||
}
|
||||
|
||||
private void sendByteBuffer(byte[] bytes) {
|
||||
|
||||
Reference in New Issue
Block a user