X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=commands.cfg;h=d5da481b9794517a219a0879092a01bf01c64c0a;hb=65f8f7b31f6c7f9928d729c4110304efe3406858;hp=798104a68c065d0d5dfd1c9265c02886f06c6237;hpb=b4101f6e6d27c9820bceba20b3f71cfbbe83c557;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/commands.cfg b/commands.cfg index 798104a68..d5da481b9 100644 --- a/commands.cfg +++ b/commands.cfg @@ -134,7 +134,7 @@ alias debugmodel "qc_cmd_cl debugmodel ${* ?}" // Spawn alias hud "qc_cmd_cl hud ${* ?}" // Commands regarding/controlling the HUD system 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 sendcvar "qc_cmd_cl sendcvar ${* ?}" // Send a cvar to the server (like cl_weaponpriority) alias weapon_find "qc_cmd_cl weapon_find ${* ?}" // Show spawn locations of a weapon alias exit "quit" @@ -146,9 +146,6 @@ alias radar "qc_cmd_cl hud radar ${* ?}" alias scoreboard_columns_help "qc_cmd_cl hud scoreboard_columns_help" alias scoreboard_columns_set "qc_cmd_cl hud scoreboard_columns_set ${* ?}" -// changes a cvar and reports it to the server (for the client to notify the server about changes) -alias setreport "set \"$1\" \"$2\" ; sendcvar \"$1\"" - // ======================================================== // cmd (client-to-server command) - server/command/cmd.qc