From da8e9d2af009793c088d2259aeaee86e117e95e3 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sun, 25 Sep 2011 05:46:51 +0000 Subject: [PATCH] - changed commandline parameter to: --headless-server-mode --- source/glest_game/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index 5865a519..29f203a2 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -102,7 +102,7 @@ const char *GAME_ARGS[] = { "--autostart-lastgame", "--connecthost", "--starthost", - "--masterserver-mode", + "--headless-server-mode", "--load-scenario", "--preview-map", "--version",