diff --git a/openttdconfig.json b/openttdconfig.json index 5df8f14..a6e16cf 100644 --- a/openttdconfig.json +++ b/openttdconfig.json @@ -115,14 +115,15 @@ { "DisplayName":"Save Name", "Category":"OpenTTD Server Settings", - "Description":"Sets the savename of a game to load on server start. Both saved games and scenarios can be loaded. If no game savename is specified or the specified savename cannot be found, a new game is started", + "Description":"Sets the savename of a game to load on server start. Both saved games and scenarios can be loaded. If no game savename is specified, a new game is started. If desired, set this value to \"config/save/autosave/exit.sav\" to load the default autosave after the server has started and autosaved once", "Keywords":"load,savegame", "FieldName":"g", "InputType":"text", "IsFlagArgument":false, "ParamFieldName":"g", "IncludeInCommandLine":true, - "DefaultValue":"config/save/autosave/exit.sav", + "SkipIfEmpty":true, + "DefaultValue":"", "Placeholder":"config/save/autosave/exit.sav", "EnumValues":{} }, @@ -1919,4 +1920,4 @@ "nightly":"Nightly" } } -] \ No newline at end of file +]