Skip to content

Commit

Permalink
Removed reference to Likes in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 6, 2020
1 parent 60da26c commit 783344e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ public void setDisabledGameModes(Set<String> disabledGameModes)
}


// ---------------------------------------------------------------------
// Section: Variables
// ---------------------------------------------------------------------
// ---------------------------------------------------------------------
// Section: Variables
// ---------------------------------------------------------------------


@ConfigComment("")
Expand Down Expand Up @@ -182,7 +182,7 @@ public void setDisabledGameModes(Set<String> disabledGameModes)
private int defaultActiveGeneratorCount = 3;

@ConfigComment("")
@ConfigComment("This list stores GameModes in which Likes addon should not work.")
@ConfigComment("This list stores GameModes in which the addon should not work.")
@ConfigComment("To disable addon it is necessary to write its name in new line that starts with -. Example:")
@ConfigComment("disabled-gamemodes:")
@ConfigComment(" - BSkyBlock")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ working-range: 0
# Can be changed with a permission `[gamemode].stone-generator.active-generators.[number]`.
default-active-generators: 3
#
# This list stores GameModes in which Likes addon should not work.
# This list stores GameModes in which the addon should not work.
# To disable addon it is necessary to write its name in new line that starts with -. Example:
# disabled-gamemodes:
# - BSkyBlock
Expand Down

0 comments on commit 783344e

Please sign in to comment.