{
print_to(self, "\nUsage:^3 sv_cmd cvar_changes");
print_to(self, " No arguments required.");
- //print_to(self, "See also: ^2cvar_purechanges^7");
+ print_to(self, "See also: ^2cvar_purechanges^7");
return;
}
}
{
print_to(self, "\nUsage:^3 sv_cmd cvar_purechanges");
print_to(self, " No arguments required.");
- //print_to(self, "See also: ^2cvar_changes^7");
+ print_to(self, "See also: ^2cvar_changes^7");
return;
}
}
}
-void CommonCommand_info(float request, float argc)
+void CommonCommand_info(float request, float argc) // todo: figure out how this works?
{
switch(request)
{