mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-01 22:30:53 +00:00
updated version again from 2.21 to 2.25
This commit is contained in:
parent
34650ebb09
commit
7cd21ca4c4
1 changed files with 4 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue