X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fclientcommands.qc;h=df19ab592f4779beb94a38881992e37150a43ae0;hb=56ed1d6f97e264cebea54d559a256b303b3ced8f;hp=a92da718fe3583cdcd068c358f039adf2b2467ca;hpb=4c1fcf7b3bdaee8fd10d48d2ac5b21c3a9371de1;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/clientcommands.qc b/qcsrc/server/clientcommands.qc index a92da718f..df19ab592 100644 --- a/qcsrc/server/clientcommands.qc +++ b/qcsrc/server/clientcommands.qc @@ -364,6 +364,8 @@ void SV_ParseClientCommand(string s) { Score_NicePrint(self); } else if(cmd == "cvar_changes") { sprint(self, cvar_changes); + } else if(cmd == "cvar_purechanges") { + sprint(self, cvar_purechanges); } else if(CheatCommand(tokens)) { } else { //if(ctf_clientcommand())