mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 22:23:03 +00:00
Make "unable to fetch version" a trace message
This commit is contained in:
Vendored
+1
-1
Submodule deps/commandline updated: b1da8bcb69...01434c11aa
+1
-1
@@ -123,7 +123,7 @@ void Application::CheckForUpdates() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Application::GetSubsystemStatuses().at("UpdateCheck") == Application::Status::Bad) {
|
if (Application::GetSubsystemStatuses().at("UpdateCheck") == Application::Status::Bad) {
|
||||||
beammp_warn("Unable to fetch version info from backend.");
|
beammp_trace("Unable to fetch version info from backend.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user