]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
try to fix some stuff
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 9 Jun 2013 21:27:25 +0000 (23:27 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sun, 9 Jun 2013 21:27:25 +0000 (23:27 +0200)
commands.cfg

index ec71b91657b9feec098b10c79ae9ef72b0c87722..4ece57f84af588d7b827c3301621004694de5826 100644 (file)
@@ -123,7 +123,7 @@ alias hud                  "qc_cmd_cl     hud                  ${* ?}" // Comman
 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 plainscreenshot      "menu_watermark"" ; cl_hidewaypoints 1 ; viewsize 120 ; settemp crosshair 0 ; screenshot ; settemp_restore crosshair ; viewsize 100 ; cl_hidewaypoints 0 ; menu_watermark"
+alias plainscreenshot      "menu_watermark \"\" ; cl_hidewaypoints 1 ; viewsize 120 ; settemp crosshair 0 ; screenshot ; settemp_restore crosshair ; viewsize 100 ; cl_hidewaypoints 0 ; menu_watermark"
 
 // other aliases for local commands
 alias hud_configure "qc_cmd_cl hud configure"