WIP: Researched and implemented a simple right of way calculation (might be wrong).

#story[1117]
This commit is contained in:
Zhi You Tan
2017-08-11 23:57:27 +12:00
parent fda6625256
commit c58cb1a476
4 changed files with 31 additions and 20 deletions
@@ -272,7 +272,6 @@ public class ServerToClientThread implements Runnable, Observer {
currentByte = is.read();
crcBuffer.write(currentByte);
} catch (IOException e) {
e.printStackTrace();
serverLog("Socket read failed", 1);
}
if (currentByte == -1) {