From fb4fb79be2fed44453c163de299a05641691305a Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 26 Aug 2013 10:03:47 +0000 Subject: [PATCH] - by defaut launcher will use repository from vcmi.eu --- config/schemas/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/schemas/settings.json b/config/schemas/settings.json index fc41d1b4a..a5d923a60 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -233,7 +233,9 @@ "properties" : { "repositoryURL" : { "type" : "array", - "default" : [ ], + "default" : [ + "http://download.vcmi.eu/mods/repository/repository.json" + ], "items" : { "type" : "string" },