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