1
0
forked from 0ad/0ad

Fix typo in validatemods introduced in 71121b8a89

Correct form is 'required' not 'require' causing to skip the check.

Differential revison: D4255
Patch by: @Langbart
This was SVN commit r25915.
This commit is contained in:
Angen 2021-09-11 09:17:24 +00:00
parent f2f412a6d2
commit 666097f96c

View File

@ -19,7 +19,7 @@ const g_ModProperties = {
},
// example: "0 A.D. - Empires Ascendant"
"label": {
"require": true,
"required": true,
"type": "string",
"validate": validateLabel
},