diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6721b8f0..9c8e2dca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1426,8 +1426,7 @@ int main(int argc, char *argv[]) nextState); positionDialog(currentDialog, screenWidth, screenHeight); - if (options.chooseDefault - || !options.character.empty()) + if (options.chooseDefault) { ((ServerSelectDialog*) currentDialog)->action( gcn::ActionEvent(NULL, "ok")); |