X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=commands.cfg;h=0f2e5689253e3ef06acfc3c4b0cef282e7da7419;hb=9d44659e420a15234b2b2bebef5412ecb5da42d3;hp=3e5e78e0ef5d5581404ff021824f3bb741013776;hpb=b06d3ad205f9865b7b3d7d5c97257f7802db5400;p=xonotic%2Fxonotic-data.pk3dir.git 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