mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fixed wrong client preferences tab reference.
This commit is contained in:
parent
d0c4c758ea
commit
ee5675a0fc
1 changed files with 2 additions and 2 deletions
|
@ -2984,10 +2984,10 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
if (args.length > 0) {
|
||||
String param1 = args[0];
|
||||
if (param1.equals(OPEN_CONNECTION_TAB)) {
|
||||
param = 4;
|
||||
param = 6;
|
||||
}
|
||||
if (param1.equals(OPEN_PHASES_TAB)) {
|
||||
param = 1;
|
||||
param = 2;
|
||||
}
|
||||
}
|
||||
final int openedTab = param;
|
||||
|
|
Loading…
Reference in a new issue