Skip to content

Commit

Permalink
Renames variables in config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
refringe committed Jul 15, 2024
1 parent aa989de commit e3b8486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Override raid times for all locations, ignoring custom times set for individual locations.
overrideAll: false,

// Override raid times options. Used for all maps, but only when the above `override_all` is set to `true`.
// Override raid times options. Used for all maps, but only when the above `overrideAll` is set to `true`.
//
// These are examples of how to use the various options. If more than one option is provided, the weights are
// used to determine how often each object is used. The higher the weight, the more often it is used relative to
Expand All @@ -33,7 +33,7 @@
// { minutes: 360, weight: 1 }, // 6 hour raid (360 minutes).
],

// Custom raid times for specific locations. Used when `override_all` is set to `false`.
// Custom raid times for specific locations. Used when `overrideAll` is set to `false`.
// The option can be a number, or an object containing minutes and weight options as described above.
customTimes: {
customs: 40,
Expand Down

0 comments on commit e3b8486

Please sign in to comment.