Fix timeout comment

This commit is contained in:
Alexander Söderberg
2020-05-12 12:52:45 +02:00
parent d2dae45082
commit 4ad90d423d

View File

@ -430,7 +430,7 @@ public class Settings extends Config {
public static final class Confirmation {
@Comment("Teleport to your plot on death") public static int CONFIRMATION_TIMEOUT_SECONDS =
@Comment("Timeout before a confirmation prompt expires") public static int CONFIRMATION_TIMEOUT_SECONDS =
20;
}