Browse Source

Changed default mod repository path

Ivan Savenko 2 years ago
parent
commit
220f4531a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/schemas/settings.json

+ 1 - 1
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"