mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 22:36:23 +00:00
Application: Move some string literal URLs to functions
This commit is contained in:
@@ -27,7 +27,7 @@ SocketIO::SocketIO() noexcept
|
||||
|
||||
mClient.set_logs_quiet();
|
||||
mClient.set_reconnect_delay(10000);
|
||||
mClient.connect("https://backend.beammp.com");
|
||||
mClient.connect(Application::GetBackendUrlForSocketIO());
|
||||
}
|
||||
|
||||
SocketIO::~SocketIO() {
|
||||
|
||||
Reference in New Issue
Block a user