runde startet nicht mehr von alleine

pull/32/head
eric 2025-08-10 23:08:45 +02:00
parent 6ddd5ea8aa
commit dac1a4b237
1 changed files with 4 additions and 4 deletions

View File

@ -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();
}
}