From: LegendaryGuard Date: Mon, 27 Jul 2020 22:00:15 +0000 (+0000) Subject: Alias calc command added X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fbf788a01503c2c2b248f7ac3ba08cacdfad69fc;p=xonotic%2Fxonotic-data.pk3dir.git Alias calc command added --- 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