dont download any maps in advance

This commit is contained in:
Robin Appelman 2016-04-09 16:13:59 +02:00
commit 2614a2d328

View file

@ -1,7 +1,7 @@
#!/bin/bash
cd $HOME/hlserver/tf2/tf/maps
maps=("pl_badwater_pro_v9" "koth_ashville_rc1" "pl_swiftwater_ugc" "koth_product_rc8")
maps=()
for map in ${maps[@]}; do
wget -nv "http://fakkelbrigade.eu/maps/$map.bsp"