mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Madness fixes. Removed end_of_turn sound
This commit is contained in:
parent
c97d5e8a35
commit
5c1a2f7a43
3 changed files with 13 additions and 6 deletions
|
|
@ -48,7 +48,6 @@ import mage.client.dialog.*;
|
|||
import mage.client.game.FeedbackPanel.FeedbackMode;
|
||||
import mage.client.plugins.adapters.MageActionCallback;
|
||||
import mage.client.plugins.impl.Plugins;
|
||||
import mage.client.util.AudioManager;
|
||||
import mage.client.util.Config;
|
||||
import mage.client.util.GameManager;
|
||||
import mage.client.util.PhaseManager;
|
||||
|
|
@ -408,7 +407,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
this.txtPhase.setText("");
|
||||
}
|
||||
if (game.getPhase() != null && game.getPhase().toString().equals("End") && game.getStep().toString().equals("End Turn")) {
|
||||
AudioManager.playEndTurn();
|
||||
//AudioManager.playEndTurn();
|
||||
}
|
||||
|
||||
if (game.getStep() != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue