* Fixed that PriorityTimer was not canceled. Added gaeId to Timer name.

This commit is contained in:
LevelX2 2015-02-05 22:43:51 +01:00
parent b6c9b5bf02
commit 4e56e584b6
3 changed files with 8 additions and 21 deletions

View file

@ -141,7 +141,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
PlayerPanelExt.this.avatar.repaint();
}
});
timer.init();
timer.init(gameId);
}
}