From 5fe4cc98914d6a35ae2247552565cb7e4fee3dda Mon Sep 17 00:00:00 2001 From: MaeJong Date: Thu, 13 Apr 2017 11:30:00 +0000 Subject: Updated 'outdated client' string - links to TF --- src/game/g_client.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/game/g_client.c') 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\"" ) ); } } -- cgit