]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - commands.cfg
Temp compile fix. Real fix is in divVerent/get-rid-of-wepset
[xonotic/xonotic-data.pk3dir.git] / commands.cfg
index 20f8b6bdabc4d77c9f5b728139f07baebf43632f..dca2334bc745a8a1a0f1cb869aec1b1ede7b5d4c 100644 (file)
@@ -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 $*"