mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Server thread stops when window has been closed
This commit is contained in:
@@ -98,7 +98,7 @@ public class ServerThread implements Runnable, Observer {
|
||||
boatStatus = BoatStatus.PRESTART;
|
||||
thereAreBoatsNotFinished = true;
|
||||
}
|
||||
|
||||
|
||||
BoatSubMessage m = new BoatSubMessage(b.getSourceID(), boatStatus, b.getLastPassedCorner().getSeqID(), 0, 0, b.getEstimatedTimeTillFinish(), b.getEstimatedTimeTillFinish());
|
||||
boatSubMessages.add(m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user