forked from External/mage
* Fixed that PriorityTimer was not canceled. Added gaeId to Timer name.
This commit is contained in:
parent
b6c9b5bf02
commit
4e56e584b6
3 changed files with 8 additions and 21 deletions
|
|
@ -141,7 +141,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
PlayerPanelExt.this.avatar.repaint();
|
||||
}
|
||||
});
|
||||
timer.init();
|
||||
timer.init(gameId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue