From 5995181e01a0c4818bdd5e2defeeaf49f5c99538 Mon Sep 17 00:00:00 2001 From: Cazcez Date: Mon, 9 Aug 2021 15:13:26 +0300 Subject: [PATCH] Fixed a mistyping --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 426e6e8..0925d22 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -45,7 +45,7 @@ disable-loyalty-portals: true # When set to false, don't check for updates check-for-updates: true -# When check-for-updates is true, AngelChest will check every X hours +# When check-for-updates is true, BetterTridents will check every X hours update-check-interval: 4 # Debug mode - you probably don't want this @@ -53,4 +53,4 @@ debug: false # NEVER CHANGE THE VALUES BELOW! plugin-version: ${project.version} -config-version: ${config.version} \ No newline at end of file +config-version: ${config.version}