mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Key presses are transmitted to a host (but there is no host currently connected)
#pair[kre39,zyt10] #story[988]
This commit is contained in:
@@ -44,10 +44,9 @@ class StreamingServerSocket {
|
||||
void send(Message message) throws IOException{
|
||||
if (client == null){
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
message.send(client);
|
||||
|
||||
seqNum++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user