Skip to content

Commit

Permalink
config.toml: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Oct 20, 2022
1 parent 1f855fe commit ad2650f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Required = true

0 comments on commit ad2650f

Please sign in to comment.