Skip to content

Commit 4546c16

Browse files
committed
Fix typo, and disable death link by default
1 parent b0e6b89 commit 4546c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemas/Manual.game.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"death_link": {
32-
"description": "(Optional) Does your game have support Deathlink?",
32+
"description": "(Optional) Does your game support Deathlink?",
3333
"type": "boolean"
3434
},
3535
"_comment": {"$ref": "#/definitions/comment"}

src/data/game.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"random": 3
2525
}
2626
],
27-
"death_link": true
27+
"death_link": false
2828
}

0 commit comments

Comments
 (0)