Some changes to play of audio clips.

This commit is contained in:
LevelX2 2014-12-12 18:16:23 +01:00
parent 53421a9719
commit 213275de5a
8 changed files with 14 additions and 7 deletions

View file

@ -458,6 +458,7 @@ public class CallbackClientImpl implements CallbackClient {
protected void tournamentStarted(UUID tournamentId, UUID playerId) {
try {
frame.showTournament(tournamentId);
AudioManager.playTournamentStarted();
logger.info("Tournament " + tournamentId + " started for player " + playerId);
} catch (Exception ex) {
handleException(ex);