From 220f4531a111e2876d60e3333040ce5acbf6be44 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 31 Mar 2023 23:18:27 +0300 Subject: [PATCH] Changed default mod repository path --- config/schemas/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/schemas/settings.json b/config/schemas/settings.json index 2ba733702..4b60b32af 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -451,7 +451,7 @@ "repositoryURL" : { "type" : "array", "default" : [ - "https://raw.githubusercontent.com/vcmi/vcmi-mods-repository/develop/github.json" + "https://raw.githubusercontent.com/vcmi/vcmi-mods-repository/develop/vcmi-1.2.json" ], "items" : { "type" : "string"