Fixed 'banCooldown' config comment

This commit is contained in:
Florian CUNY 2019-01-03 20:47:54 +01:00
parent ef96a01fc8
commit 967ebccae1

View File

@ -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;