forked from External/mage
Added sound if player leaves table. Changed some sounds.
This commit is contained in:
parent
4efb832b8d
commit
ecc6295638
8 changed files with 22 additions and 3 deletions
|
|
@ -305,7 +305,7 @@ public class TournamentController {
|
|||
if (tPlayer != null) {
|
||||
if (started) {
|
||||
if (tPlayer.isInTournament()) {
|
||||
ChatManager.getInstance().broadcast(chatId, "", tPlayer.getPlayer().getName() + " has quit the tournament", MessageColor.BLACK, true, MessageType.STATUS, SoundToPlay.PlayerLeft);
|
||||
ChatManager.getInstance().broadcast(chatId, "", tPlayer.getPlayer().getName() + " has quit the tournament", MessageColor.BLACK, true, MessageType.STATUS, SoundToPlay.PlayerQuitTournament);
|
||||
String info;
|
||||
if (tournament.isDoneConstructing()) {
|
||||
info = new StringBuilder("during round ").append(tournament.getRounds().size()).toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue