* Some rework of User/Tournament/Quit handling.

This commit is contained in:
LevelX2 2014-12-20 17:54:02 +01:00
parent 9ea54b38c2
commit 0ef340d108
10 changed files with 130 additions and 113 deletions

View file

@ -71,11 +71,6 @@ public class TournamentManager {
}
}
public void kill(UUID tournamentId, UUID userId) {
controllers.get(tournamentId).quit(userId);
}
public void timeout(UUID tournamentId, UUID userId) {
controllers.get(tournamentId).timeout(userId);
}