diff options
| author | MaeJong <mewiceclair@gmail.com> | 2017-04-13 11:30:00 +0000 | 
|---|---|---|
| committer | /dev/humancontroller <devhc@example.com> | 2017-04-15 17:24:21 +0200 | 
| commit | 5fe4cc98914d6a35ae2247552565cb7e4fee3dda (patch) | |
| tree | e66f0c3696ee1b932d93f4e2622de69b6eacb4a9 | |
| parent | b7dab9d64c5b36e94262ad127ce80ed83226b56f (diff) | |
Updated 'outdated client' string - links to TF
| -rw-r--r-- | src/game/g_client.c | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c index d36b237..6d8acfe 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -1655,9 +1655,11 @@ void ClientBegin( int clientNum )    {      if( !Q_stricmp( ent->client->pers.guid, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" ) )      { -      trap_SendServerCommand( client->ps.clientNum, va( "print \"^1Your client is out of date. Updating your client will allow you to " -        "become an admin on servers and download maps much more quickly. Please replace your client executable with the one " -        "at ^2http://trem.tjw.org/backport/^1 and reconnect. \n\"" ) ); +      trap_SendServerCommand( client->ps.clientNum, va( +        "print \"^1Your client is out of date. Please replace your client " +        "executable with the one at ^2http://tinyurl.com/upcldl^1 (or " +        "^2https://mirror.kdude63.com/mercenaries_guild/archive/Client_Binaries/TremFusion/^1) " +        "(choose the right one for your operating system) and reconnect.\n\"" ) );      }    }  | 
