We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01df345 + a5dc7c9 commit e35b405Copy full SHA for e35b405
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