We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71126cd commit a5dc7c9Copy full SHA for a5dc7c9
Client/mods/deathmatch/logic/CClientSoundManager.cpp
@@ -44,7 +44,7 @@ CClientSoundManager::CClientSoundManager(CClientManager* pClientManager)
44
BASS_SetConfig(BASS_CONFIG_NET_PREBUF, 0);
45
BASS_SetConfig(BASS_CONFIG_NET_PLAYLIST, 1); // Allow playlists
46
47
- m_strUserAgent = SString("MTA:SA Server %s - See https://multitheftauto.com/agent/", g_pNet->GetConnectedServer(true));
+ m_strUserAgent = SString("MTA:SA Server %s - See http://mtasa.com/agent/", g_pNet->GetConnectedServer(true));
48
BASS_SetConfigPtr(BASS_CONFIG_NET_AGENT, (void*)*m_strUserAgent);
49
50
UpdateVolume();
0 commit comments