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:
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" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user