updated version again from 2.21 to 2.25

This commit is contained in:
Bryce Hutchings 2002-09-09 02:39:22 +00:00
parent 34650ebb09
commit 7cd21ca4c4

View file

@ -5,6 +5,9 @@
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.53 2002/09/09 02:39:22 niceass
// updated version again from 2.21 to 2.25
//
// Revision 1.52 2002/09/08 19:46:46 makro
// Commented out the code that filters servers based on gametype
//
@ -4837,7 +4840,7 @@ static void UI_BuildServerDisplayList(qboolean force)
if (len == 0) {
//Makro - changing from Team Arena to RQ3 beta2
//strcpy(uiInfo.serverStatus.motd, "Welcome to Team Arena!");
strcpy(uiInfo.serverStatus.motd, " *** Welcome to Reaction Quake 3 Beta 2.21 *** ");
strcpy(uiInfo.serverStatus.motd, " *** Welcome to Reaction Quake 3 Beta 2.25 *** ");
len = strlen(uiInfo.serverStatus.motd);
}
if (len != uiInfo.serverStatus.motdLen) {