]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - weapons.cfg.sh
Whoops, forgot to update those gentle strings with new args. fixes #1597
[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++;'