mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fix timeout comment
This commit is contained in:
parent
d2dae45082
commit
4ad90d423d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue