Fixed Issue#125: Show source/reason of triggering abilites

This commit is contained in:
magenoxx 2013-02-22 22:54:43 +04:00
parent 8597952af2
commit 7f6d730975
7 changed files with 83 additions and 13 deletions

View file

@ -531,7 +531,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
}
public void sizePlayerPanel(boolean smallMode) {
protected void sizePlayerPanel(boolean smallMode) {
if (smallMode) {
avatar.setVisible(false);
btnPlayer.setVisible(true);