]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - weapons.cfg.sh
Fix a subtle Key Hunt bug causing bots to not run to any item as soon as keys are...
[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++;'