]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/clientcommands.qc
Merge remote branch 'origin/master' into samual/updatecommands
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / clientcommands.qc
index 74b501eb57a4dba3bf39f76fc1ed37162071bf48..fde3fd943e9a442cd1cb27fb38ed486a2d82725b 100644 (file)
@@ -1,6 +1,6 @@
 // =========================================================
 //  Server side networked commands code, reworked by Samual
-//  Last updated: November 8th, 2011
+//  Last updated: November 26th, 2011
 // =========================================================
 
 #define CC_REQUEST_COMMAND 1
@@ -172,7 +172,7 @@ void ClientCommand_info(float request, float argc)
                {
                        string command;
                        
-                       command = cvar_string_builtin(strcat("sv_info_", argv(1))); 
+                       command = builtin_cvar_string(strcat("sv_info_", argv(1))); 
                        if(command)
                                wordwrap_sprint(command, 1111); // why 1111?
                        else