diff options
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 02d5e292..5c114911 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -735,6 +735,7 @@ int Client::exec() // Choosing character on the command line should work only // once, clear it so that 'switch character' works. mOptions.character.clear(); + mOptions.chooseDefault = false; break; |