mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Attempted to fix sparklines, temporarily disabled them for end of sprint.
This commit is contained in:
@@ -330,7 +330,7 @@ public class ClientToServerThread implements Runnable {
|
||||
clientLog("Read byte failed", 1);
|
||||
}
|
||||
if (currentByte == -1) {
|
||||
throw new ByteReadException("InputStream reach end of stream");
|
||||
clientLog("InputStream reach end of stream", 1);
|
||||
}
|
||||
return currentByte;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user