diff options
Diffstat (limited to 'src/gui/char_server.cpp')
-rw-r--r-- | src/gui/char_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/char_server.cpp b/src/gui/char_server.cpp index cccdcff1..a5fda25f 100644 --- a/src/gui/char_server.cpp +++ b/src/gui/char_server.cpp @@ -108,7 +108,7 @@ ServerSelectDialog::action(const gcn::ActionEvent &event) state = CHAR_CONNECT_STATE; } else if (event.getId() == "cancel") { - state = LOGIN_STATE; + state = LOADDATA_STATE; } } |