Skip to content

Commit

Permalink
Fixed 'banCooldown' config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Jan 3, 2019
1 parent ef96a01 commit 967ebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/world/bentobox/bentobox/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Settings implements DataObject {
@ConfigEntry(path = "island.cooldown.trust")
private int trustCooldown = 5;

@ConfigComment("How long a player must wait until they can ban a player.")
@ConfigComment("How long a player must wait until they can ban a player")
@ConfigComment("after unbanning them. In minutes.")
@ConfigEntry(path = "island.cooldown.ban")
private int banCooldown = 10;
Expand Down

0 comments on commit 967ebcc

Please sign in to comment.