Skip to content

Commit

Permalink
Update presets to turn assist scoring on (except for Rangers)
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jul 3, 2021
1 parent 1773544 commit 9a011ba
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions public/olmod/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
],
"jipEnabled": 0,
"classicspawnsenabled": false,
"ctfcarrierboostenabled": false
"ctfcarrierboostenabled": false,
"assistScoring": true
},
{
"title": "OTL Season 5 CTF",
Expand Down Expand Up @@ -83,7 +84,8 @@
],
"jipEnabled": 0,
"classicspawnsenabled": true,
"ctfcarrierboostenabled": false
"ctfcarrierboostenabled": false,
"assistScoring": true
},
{
"title": "Descent Rangers",
Expand Down Expand Up @@ -208,7 +210,8 @@
0,
0
],
"jipEnabled": 1
"jipEnabled": 1,
"assistScoring": true
},
{
"title": "Smashmouth Overload",
Expand Down Expand Up @@ -252,6 +255,7 @@
"jipEnabled": 1,
"classicspawnsenabled": false,
"ctfcarrierboostenabled": false,
"allowSmash": true
"allowSmash": true,
"assistScoring": true
}
]

0 comments on commit 9a011ba

Please sign in to comment.