mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Fixed compile error
This commit is contained in:
parent
c02c5a175b
commit
a2b6f83a3e
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ public class ConsolePanel extends javax.swing.JPanel {
|
||||||
JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION) {
|
JOptionPane.YES_NO_OPTION) == JOptionPane.YES_OPTION) {
|
||||||
ConsoleFrame.getSession().toggleActivation(userName);
|
ConsoleFrame.getSession().toggleActivation(userName);
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}//GEN-LAST:event_btnDeActivateActionPerformed
|
}//GEN-LAST:event_btnDeActivateActionPerformed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue