X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=commands.cfg;h=dca2334bc745a8a1a0f1cb869aec1b1ede7b5d4c;hb=1b7830a7a3d15f361d04d3e552dc09162655da2a;hp=20f8b6bdabc4d77c9f5b728139f07baebf43632f;hpb=8f30917db125403c9555832769bc2fc728444670;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/commands.cfg b/commands.cfg index 20f8b6bda..dca2334bc 100644 --- a/commands.cfg +++ b/commands.cfg @@ -43,7 +43,6 @@ alias cvar_purechanges "qc_cmd_svcmd cvar_purechanges ${* ?}" // Prints alias info "qc_cmd_svcmd info ${* ?}" // Request for unique server information set up by admin alias ladder "qc_cmd_svcmd ladder ${* ?}" // Get information about top players if supported alias lsmaps "qc_cmd_svcmd lsmaps ${* ?}" // List maps which can be used with the current game mode -alias lsnewmaps "qc_cmd_svcmd lsnewmaps ${* ?}" // List maps which have no records or are seemingly unplayed yet alias printmaplist "qc_cmd_svcmd printmaplist ${* ?}" // Display full server maplist reply alias rankings "qc_cmd_svcmd rankings ${* ?}" // Print information about rankings alias records "qc_cmd_svcmd records ${* ?}" // List top 10 records for the current map @@ -226,7 +225,7 @@ alias movetoauto "moveplayer ${1 ?} auto" // ======================================================= -// Aliases for settemp subsystem. Warning: Do not touch. +// Aliases for settemp subsystem. Warning: Do not touch. // Usage: settemp variable value, next map resets it. // ======================================================= alias settemp "qc_cmd_svcl settemp $*"