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

@@ -235,7 +235,6 @@ void InitLauncher() {
CheckName();
LinuxPatch();
CheckLocalKey();
ConfigInit();
CheckForUpdates(std::string(GetVer()) + GetPatch());
}
#elif defined(__linux__)
@@ -244,7 +243,6 @@ void InitLauncher() {
info("BeamMP Launcher v" + GetVer() + GetPatch());
CheckName();
CheckLocalKey();
ConfigInit();
CheckForUpdates(std::string(GetVer()) + GetPatch());
}
#endif