Skip to content

Commit

Permalink
not done....
Browse files Browse the repository at this point in the history
  • Loading branch information
CatonQ committed Feb 27, 2024
1 parent 8b2c954 commit 7905cf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2024/crescendo_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var config_data = `
"type": "counter"
},
{ "name": "Amplified Shots",
"code": "tas",
"code": "tamps",
"type": "counter"
},
{ "name": "Pickup From",
Expand Down Expand Up @@ -204,10 +204,10 @@ var config_data = `
"code": "foul",
"type": "radio",
"choices": {
"1": "none<br>",
"2": "one<br>",
"3": "few<br>",
"4": "many"
"none": "none<br>",
"one": "one<br>",
"few": "few<br>",
"many": "many"
},
"defaultValue":"1"
},
Expand Down

0 comments on commit 7905cf3

Please sign in to comment.