forked from External/mage
Some changes to play of audio clips.
This commit is contained in:
parent
53421a9719
commit
213275de5a
8 changed files with 14 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue