diff options
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index a4dd35eb..1fa36d48 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -827,6 +827,10 @@ int Client::exec() CharSelectDialog::Focus); } + // Choosing character on the command line should work only + // once, clear it so that 'switch character' works. + mOptions.character.clear(); + break; case STATE_CONNECT_GAME: |