]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mvm_cmds.c
removed r_editlights_rtlightssizescale and r_editlights_rtlightscolorscale cvars...
[xonotic/darkplaces.git] / mvm_cmds.c
index 401b33d6065ba223f176c95df8809cc0e10f59b1..55f1340c9d30f10bccd7a7ce052aee6ef71fb683 100644 (file)
@@ -442,7 +442,7 @@ void VM_M_setserverlistmaskstring( void )
        int field;
 
        VM_SAFEPARMCOUNT( 4, VM_M_setserverlistmaskstring );
-       str = PRVM_G_STRING( OFS_PARM1 );
+       str = PRVM_G_STRING( OFS_PARM2 );
        if( !str )
                PRVM_ERROR( "VM_M_setserverlistmaskstring: null string passed!" );