diff --git a/config/schemas/settings.json b/config/schemas/settings.json index 3c76a383a..30ed8333f 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -46,6 +46,18 @@ "saveRandomMaps" : { "type" : "boolean", "default" : false + }, + "lastMap" : { + "type":"string", + "default" : "Maps/Arrogance" + }, + "lastSave" : { + "type":"string", + "default" : "NEWGAME" + }, + "lastCampaign" : { + "type":"string", + "default" : "" } } },