Skip to content

Commit

Permalink
Debug endgame formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fuddster authored Jan 9, 2025
1 parent 9581eff commit fa5a43a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2025/reefscape_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ var config_data = `
}
],
"endgame": [
{ "name": "Barge Timer",
"code": "ebt",
"type": "timer"
},
{ "name": "Final Status",
"code": "efs",
"type":"radio",
Expand All @@ -151,6 +147,10 @@ var config_data = `
"x": "Not attempted"
},
"defaultValue": "x"
},
{ "name": "Barge Timer",
"code": "ebt",
"type": "timer"
}
],
"postmatch": [
Expand Down

0 comments on commit fa5a43a

Please sign in to comment.