- headless server now supports lan option

This commit is contained in:
Mark Vejvoda
2012-11-09 21:50:01 +00:00
parent 8793b3400b
commit e3a7aedd5c
5 changed files with 31 additions and 6 deletions

View File

@@ -214,6 +214,8 @@ void printParameterHelp(const char *argv0, bool foundInvalidArgs) {
printf("\n \t has no more connected players.");
printf("\n \t\tvps - which does NOT read commands from the");
printf("\n \t local console (for some vps's).");
printf("\n \t\tlan - which does not broadcast the hosting server");
printf("\n \t to the masterserver (for local LAN games).");
printf("\n%s\tCheck the current status of a headless server.",GAME_ARGS[GAME_ARG_MASTERSERVER_STATUS]);