summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2020-05-31 19:36:28 +0200
committerAndrei Karas <akaras@inbox.ru>2020-06-02 06:01:35 +0300
commit49920c51289168940a624b6cc17427987a47fc86 (patch)
tree5ee39a4f8ba5fdeab128c028c7e2fc080b6aa39c
parent311dc7b30e48047c8830b909ccc6caf7051361cf (diff)
downloadplus-49920c51289168940a624b6cc17427987a47fc86.tar.gz
plus-49920c51289168940a624b6cc17427987a47fc86.tar.bz2
plus-49920c51289168940a624b6cc17427987a47fc86.tar.xz
plus-49920c51289168940a624b6cc17427987a47fc86.zip
fixed back to login button in world selection window
-rw-r--r--src/gui/windows/worldselectdialog.cpp2
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);
}
}