Added missing bracket in _schema.json (#686)

This commit is contained in:
BaronKiko 2019-04-27 19:45:23 +01:00 committed by Ac_K
parent 5682de7c0f
commit 3079c6a659

View File

@ -653,7 +653,8 @@
} }
} }
} }
}, }
},
"gamepad_controls": { "gamepad_controls": {
"$id": "#/properties/gamepad_controls", "$id": "#/properties/gamepad_controls",
"type": "object", "type": "object",