mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Fix launcher crash at close
This commit is contained in:
@ -23,7 +23,7 @@ SocketLobby::SocketLobby(QObject *parent) :
|
||||
|
||||
void SocketLobby::connectServer(const QString & host, int port, const QString & usr)
|
||||
{
|
||||
const int connectionTimeout = 1000;
|
||||
const int connectionTimeout = 2000;
|
||||
username = usr;
|
||||
|
||||
emit text("Connecting to " + host + ":" + QString::number(port));
|
||||
|
Reference in New Issue
Block a user