From fbf788a01503c2c2b248f7ac3ba08cacdfad69fc Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Mon, 27 Jul 2020 22:00:15 +0000 Subject: [PATCH] Alias calc command added --- commands.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.cfg b/commands.cfg index 1306f306b..561c73292 100644 --- a/commands.cfg +++ b/commands.cfg @@ -211,6 +211,7 @@ alias animbench "qc_cmd_sv animbench ${* ?}" // Benchm alias anticheat "qc_cmd_sv anticheat ${* ?}" // Create an anticheat report for a client alias bbox "qc_cmd_sv bbox ${* ?}" // Print detailed information about world size alias bot_cmd "qc_cmd_sv bot_cmd ${* ?}" // Control and send commands to bots +alias calc "qc_cmd_cmd calc ${* ?}" // Basic Calculator in the console alias cointoss "qc_cmd_sv cointoss ${* ?}" // Flip a virtual coin and give random result alias database "qc_cmd_sv database ${* ?}" // Extra controls of the serverprogs database alias defer_clear "qc_cmd_sv defer_clear ${* ?}" // Clear all queued defer commands for a specific client -- 2.39.2