add a dedicated server launch script

This commit is contained in:
Matthias Mailänder
2013-03-27 12:00:29 +01:00
parent ba7310d0a0
commit 8a13bc68ef
2 changed files with 16 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec mono OpenRA.Game.exe "$@"
exec mono OpenRA.Game.exe Server.Dedicated=False Server.DedicatedLoop=False "$@"