Fix --port

This commit is contained in:
Tixx
2024-10-20 16:59:00 +02:00
parent 708da44fec
commit 4fdc3c4031
2 changed files with 1 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ int main(int argc, const char** argv) try {
GetEP(argv[0]);
InitLog();
ConfigInit();
InitOptions(argc, argv, options);
InitLauncher();