Bugfix - scheduled queues from db load after server restart instead of 1 minute later
This commit is contained in:
@@ -135,6 +135,9 @@ public class TournamentService {
|
|||||||
// Ignore, can't happen
|
// Ignore, can't happen
|
||||||
System.out.println(exp);
|
System.out.println(exp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Add scheduled queues from DB
|
||||||
|
refreshQueues();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void cancelAllTournamentQueues() throws SQLException, IOException {
|
public void cancelAllTournamentQueues() throws SQLException, IOException {
|
||||||
|
|||||||
Reference in New Issue
Block a user