From ad2650f8a3bca9fb83792a8fa7ebeec97fccbdc3 Mon Sep 17 00:00:00 2001 From: DaPigGuy Date: Thu, 20 Oct 2022 15:36:07 -0700 Subject: [PATCH] config.toml: remove extra space --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 97d963ab3..d2cd5ea61 100644 --- a/config.toml +++ b/config.toml @@ -24,7 +24,7 @@ # The folder that the world files (will) reside in, relative to the working directory. If not currently # present, the folder will be made. Folder = "world" - # Whether or not the worlds' data will be saved and loaded. If true, the server will use the + # Whether or not the worlds' data will be saved and loaded. If true, the server will use the # default LevelDB data provider and if false, an empty provider will be used. To use your # own provider, turn this value to false, as you will still be able to pass your own provider. SaveData = true @@ -50,4 +50,4 @@ # Folder configures the directory used by the server to load resource packs. Folder = "resources" # Required configures whether or not the server will require players to have a resource pack to join. - Required = true \ No newline at end of file + Required = true