bug fix
This commit is contained in:
parent
4fbe460041
commit
d080c568a3
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void CServerListManager::SetCentralServerAddress ( const QString sNCentServAddr
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
bIsCentralServer = false;
|
bIsCentralServer = false;
|
||||||
bEnabled = true;
|
bEnabled = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue