mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Wrong variable
--HG-- branch : develop
This commit is contained in:
parent
7afe10373b
commit
cc331d6295
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
OperationStep step = res ? config.getInstallNextStep():DisplayNoServerError;
|
||||
|
||||
if (res == DisplayNoServerError)
|
||||
if (step == DisplayNoServerError)
|
||||
{
|
||||
QMessageBox::critical(NULL, QApplication::tr("Error"), QApplication::tr("Unable to find ryzom_installer.ini"));
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue