]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mvm_cmds.c
Added return to standard color coding in the "Player entered the game" and "Client...
[xonotic/darkplaces.git] / mvm_cmds.c
index f690ea28add49ec99dc12587684204c14a3b4935..b5f7927895d8d1ae4dbc55528e6832f58995bdd5 100644 (file)
@@ -601,7 +601,7 @@ void VM_M_getserverlistindexforkey( void )
                PRVM_G_FLOAT( OFS_RETURN ) = SLIF_MAXPLAYERS;
        else if( !strcmp( key, "numplayers" ) )
                PRVM_G_FLOAT( OFS_RETURN ) = SLIF_NUMPLAYERS;
-       else if( !strcmp( key, "numbotss" ) )
+       else if( !strcmp( key, "numbots" ) )
                PRVM_G_FLOAT( OFS_RETURN ) = SLIF_NUMBOTS;
        else if( !strcmp( key, "numhumans" ) )
                PRVM_G_FLOAT( OFS_RETURN ) = SLIF_NUMHUMANS;