From 4ad90d423d9d3d426de961fb7872dc89acb2c368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Tue, 12 May 2020 12:52:45 +0200 Subject: [PATCH] Fix timeout comment --- .../main/java/com/plotsquared/core/configuration/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index c4426421f..0967b137c 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -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; }