From fe8fef8c3dae143681a94e904203eec6bb8d42cb Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 11 Oct 2013 16:45:51 +0200 Subject: [PATCH] Merge matthiaskrgr/cmds by squashing, fixes #1783. --- commands.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands.cfg b/commands.cfg index dca2334bc..71e6eb2cb 100644 --- a/commands.cfg +++ b/commands.cfg @@ -122,6 +122,7 @@ alias hud "qc_cmd_cl hud ${* ?}" // Comman alias localprint "qc_cmd_cl localprint ${* ?}" // Create your own centerprint sent to yourself //alias mv_download "qc_cmd_cl mv_download ${* ?}" // Retrieve mapshot picture from the server alias sendcvar "qc_cmd_cl sendcvar ${* ?}" // Send a cvar to the server (like weaponpriority) +alias exit "quit" // other aliases for local commands alias hud_configure "qc_cmd_cl hud configure" @@ -336,6 +337,7 @@ alias vdomap "vdo gotomap ${1 ?}" alias vdokick "vdo kick ${* ?}" alias vdokickban "vdo kickban ${* ?}" alias vdoend "vdo endmatch" +alias vext "vcall extendmatchtime" // ====================== // rcon server commands -- 2.39.2