From 2c9097415b04b672c609eced16de6fb127f3faa3 Mon Sep 17 00:00:00 2001 From: mfnalex <1122571+mfnalex@users.noreply.github.com> Date: Fri, 12 Jun 2020 00:39:49 +0200 Subject: [PATCH] fixed missing newline in config.yml --- src/main/resources/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c7e24ee..6e63330 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -129,6 +129,7 @@ check-for-updates: true # When you set "check-for-updates" to true, you can define the amount # of hours inbetween each update check. check-interval: 4 + ######################### #### Disabled Worlds #### #########################