Merge pull request #22 from zturtleman/cvar_modified

Add cvar_modified command
This commit is contained in:
Zack Middleton 2015-01-07 19:48:16 -06:00
commit 1ff28f2389
2 changed files with 88 additions and 0 deletions

View file

@ -319,6 +319,9 @@ The defaults for these variables differ depending on the target platform.
all bots even if someone is named "allbots")
tell <client num> <msg> - send message to a single client (new to server)
cvar_modified [filter] - list modified cvars, can filter results (such as "r*"
for renderer cvars) like cvarlist which lists all cvars
```