From b1035be78f2d56cd8efaee80dfe6ba616127fc1b Mon Sep 17 00:00:00 2001 From: Diordany van Hemert Date: Sun, 9 Jun 2024 02:58:26 +0200 Subject: [PATCH] Update readme --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43768ebe1..f404f9010 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,18 @@ To enable user directory support, run: make DO_USERDIRS=1 ``` -## Custom CVars +## Custom CVars & Commands -Here's an overview of custom CVars that have been included in this version: +Here's an overview of custom CVars and commands that have been included in this version: -| CVar | Description | +### CVars + +| Name | Description | |:-------------------|:-------------------------------------------------------------------:| -| ***con_printcmd*** | *Prints the names of commands that are being executed in realtime.* | \ No newline at end of file +| ***con_printcmd*** | *Prints the names of commands that are being executed in realtime.* | + +### Commands + +| Name | Description | +|:-----------|:-----------------------------------------------------------| +| ***exit*** | *Quits the game immediately (just like the quit command).* | \ No newline at end of file