1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-21 21:17:49 +02:00

Fix validation of game settings

This commit is contained in:
Ivan Savenko 2025-01-07 14:07:16 +00:00
parent 9f1cd69480
commit 228b585527

@ -44,7 +44,9 @@
"startingStackChances" : { "type" : "array" },
"backpackSize" : { "type" : "number" },
"tavernInvite" : { "type" : "boolean" },
"minimalPrimarySkills" : { "type" : "array" }
"minimalPrimarySkills" : { "type" : "array" },
"movementPointsLand" : { "type" : "array" },
"movementPointsSea" : { "type" : "array" }
}
},
"towns" : {