Remove unused code

This commit is contained in:
Tixx
2024-10-20 16:57:47 +02:00
parent 9dbbd8298d
commit 708da44fec
3 changed files with 0 additions and 16 deletions

View File

@@ -232,7 +232,6 @@ void LinuxPatch() {
void InitLauncher() {
SetConsoleTitleA(("BeamMP Launcher v" + std::string(GetVer()) + GetPatch()).c_str());
InitLog();
CheckName();
LinuxPatch();
CheckLocalKey();