]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - weapons.cfg.sh
HUD_Write_PanelCvar: avoid a repeated strcat by not passing strcated string to HUD_Wr...
[xonotic/xonotic-data.pk3dir.git] / weapons.cfg.sh
1 #!/bin/sh
2 <qcsrc/server/w_all.qc perl -ne 'BEGIN{$i=230}/w_(.*?)\./ or+next;printf qq{alias weapon_%s "impulse %d"\n},$1,$i++;'