Ignore server-host pre-detection argument

This commit is contained in:
morg 2023-10-30 08:08:00 +01:00
parent d47be6b3b4
commit 64c7d858bf

View file

@ -1014,6 +1014,7 @@ int ProcessOptions(int argc, char* argv[], Options* options, std::vector<RGBCont
\*-------------------------------------------------*/
}
else if((option == "--server-port")
||(option == "--server-host")
||(option == "--loglevel")
||(option == "--config")
||(option == "--client")