diff options
| -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\"" ) );      }    }  | 
