Skip to content

Commit

Permalink
Update launch-dedicated.sh
Browse files Browse the repository at this point in the history
do not hardcode Map
  • Loading branch information
ihptru committed Dec 23, 2013
1 parent be56f1e commit 75372ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions launch-dedicated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ DedicatedLoop="True"
ListenPort=1234
ExternalPort=1234
AdvertiseOnline="False"
Map="ba403f6bcb4cae934335b78be42f714992b3a71a"

while true; do
mono --debug OpenRA.Game.exe Game.Mod=$Mod Server.Dedicated=$Dedicated Server.DedicatedLoop=$DedicatedLoop \
Server.Name=$Name Server.ListenPort=$ListenPort Server.ExternalPort=$ExternalPort \
Server.AdvertiseOnline=$AdvertiseOnline Server.Map=$Map
done
Server.AdvertiseOnline=$AdvertiseOnline
done

0 comments on commit 75372ff

Please sign in to comment.