From 10ec3831d46b4a2f0352b613ac38b2fd88ee64c8 Mon Sep 17 00:00:00 2001 From: William278 Date: Wed, 8 Mar 2023 12:55:43 +0000 Subject: [PATCH] [ci-skip] config: Minor comment tweak --- src/main/java/net/william278/velocitab/config/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/william278/velocitab/config/Settings.java b/src/main/java/net/william278/velocitab/config/Settings.java index 784497c..3b08b6c 100644 --- a/src/main/java/net/william278/velocitab/config/Settings.java +++ b/src/main/java/net/william278/velocitab/config/Settings.java @@ -38,7 +38,7 @@ public class Settings { private boolean fallbackEnabled = true; @Getter @YamlKey("fallback_group") - @YamlComment("The format to use for the fallback group.") + @YamlComment("The formats to use for the fallback group.") private String fallbackGroup = "default"; @YamlKey("enable_papi_hook") private boolean enablePapiHook = true;