]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qc
Remove the cvar wrappers that existed for the campaign, which are now useless thanks...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qc
index 6121867e20fd32f1e05504882ba488cbf357e91d..f791446eb5872a8b0a6fb37807d430bc9aa594d0 100644 (file)
@@ -475,7 +475,7 @@ void CommonCommand_info(int request, entity caller, int argc)
        {
                case CMD_REQUEST_COMMAND:
                {
-                       string command = builtin_cvar_string(strcat("sv_info_", argv(1)));
+                       string command = cvar_string(strcat("sv_info_", argv(1)));
 
                        if (command) wordwrap_sprint(caller, command, 1000);
                        else print_to(caller, "ERROR: unsupported info command");