X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fclientcommands.qc;h=3deddf80164c92ceb6269ea35f78e5a538d17fd9;hb=47dcb7c178cdc45827b28292773dea344613fa06;hp=cfbc5ff18427f68e033e26bb70e5fc53afa447ad;hpb=008ad760c67f5401849e95dadea1fb87096907e1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/clientcommands.qc b/qcsrc/server/clientcommands.qc index cfbc5ff18..3deddf801 100644 --- a/qcsrc/server/clientcommands.qc +++ b/qcsrc/server/clientcommands.qc @@ -369,7 +369,7 @@ void SV_ParseClientCommand(string s) { } //clientcommand(self, formatmessage(s)); } else if(cmd_name == "info") { - cmd_name = cvar_string_builtin(strcat("sv_info_", argv(1))); // This needed fixed for the cvar check + cmd_name = builtin_cvar_string(strcat("sv_info_", argv(1))); // This needed fixed for the cvar check if(cmd_name == "") sprint(self, "ERROR: unsupported info command\n"); else