X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=commands.cfg;h=0f2e5689253e3ef06acfc3c4b0cef282e7da7419;hp=3e5e78e0ef5d5581404ff021824f3bb741013776;hb=8639f042c5ef61287b2f7e0dbf17f8c08a2c0ebf;hpb=3a6b1b617bd198ccb0ea9c9dcd5ab4db04a37c1d diff --git a/commands.cfg b/commands.cfg index 3e5e78e0e..0f2e56892 100644 --- a/commands.cfg +++ b/commands.cfg @@ -175,6 +175,7 @@ alias spectate "qc_cmd_cmd spectate ${* ?}" // Become alias suggestmap "qc_cmd_cmd suggestmap ${* ?}" // Suggest a map to the mapvote at match end //alias tell "qc_cmd_cmd tell ${* ?}" // Send a message directly to a player alias voice "qc_cmd_cmd voice ${* ?}" // Send voice message via sound +alias wpeditor "qc_cmd_cmd wpeditor ${* ?}" // Waypoint editor commands // other aliases for client-to-server commands alias autoswitch "set cl_autoswitch ${1 ?} ; cmd autoswitch ${1 ?}" // todo