Skip to content

Commit e3b8486

Browse files
committed
Renames variables in config comments
1 parent aa989de commit e3b8486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Override raid times for all locations, ignoring custom times set for individual locations.
1212
overrideAll: false,
1313

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

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

0 commit comments

Comments
 (0)