Skip to content

Commit 63fad4a

Browse files
committed
Fix tour opponents not being required
1 parent ec1360c commit 63fad4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

schema/1/mapdescriptor.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"salaryIncrement",
117117
"maxDiceRoll",
118118
"frbFile1",
119-
"background"
119+
"background",
120+
"tourMode"
120121
],
121122
"additionalProperties": false,
122123
"properties": {
@@ -266,6 +267,11 @@
266267
"type": "integer"
267268
}
268269
},
270+
"required": [
271+
"opponent1",
272+
"opponent2",
273+
"opponent3"
274+
],
269275
"additionalProperties": false
270276
},
271277
"bgm": {

0 commit comments

Comments
 (0)