runde startet nicht mehr von alleine
parent
6ddd5ea8aa
commit
dac1a4b237
|
|
@ -185,10 +185,10 @@ private void broadcastRoundResult(String gameId) {
|
|||
}else{
|
||||
// nächste Runde starten
|
||||
// ...
|
||||
new Thread(() -> {
|
||||
try { Thread.sleep(2000); } catch (InterruptedException ignored) {}
|
||||
nextround(gameId);
|
||||
}).start();
|
||||
// new Thread(() -> {
|
||||
// try { Thread.sleep(2000); } catch (InterruptedException ignored) {}
|
||||
// nextround(gameId);
|
||||
// }).start();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue