mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-14 10:44:30 +00:00
Application: Move some string literal URLs to functions
This commit is contained in:
+1
-1
@@ -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