diff options
author | jak1 <mike.wollmann@gmail.com> | 2020-05-31 19:36:28 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-06-02 06:01:35 +0300 |
commit | 49920c51289168940a624b6cc17427987a47fc86 (patch) | |
tree | 5ee39a4f8ba5fdeab128c028c7e2fc080b6aa39c /src | |
parent | 311dc7b30e48047c8830b909ccc6caf7051361cf (diff) | |
download | plus-49920c51289168940a624b6cc17427987a47fc86.tar.gz plus-49920c51289168940a624b6cc17427987a47fc86.tar.bz2 plus-49920c51289168940a624b6cc17427987a47fc86.tar.xz plus-49920c51289168940a624b6cc17427987a47fc86.zip |
fixed back to login button in world selection window
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/windows/worldselectdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/worldselectdialog.cpp b/src/gui/windows/worldselectdialog.cpp index 7d5308402..277c65424 100644 --- a/src/gui/windows/worldselectdialog.cpp +++ b/src/gui/windows/worldselectdialog.cpp @@ -115,7 +115,7 @@ void WorldSelectDialog::action(const ActionEvent &event) } else if (eventId == "login") { - client->setState(State::PRE_LOGIN); + client->setState(State::SWITCH_LOGIN); } } |