Skip to content

Commit

Permalink
world/conf.go: Fix typo (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
RestartFU authored Mar 16, 2024
1 parent 64b6ed7 commit 16e850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/world/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Config struct {
// Provider is the Provider implementation used to read and write World data. If set to nil, the Provider used will
// be NopProvider, which does not store any data to disk.
Provider Provider
// Generator is the Generator implementation used to generate new areas of the World. If set to nil, the Provider
// Generator is the Generator implementation used to generate new areas of the World. If set to nil, the Generator
// used will be NopGenerator, which generates completely empty chunks.
Generator Generator
// ReadOnly specifies if the World should be read-only, meaning no new data will be written to the Provider.
Expand Down

0 comments on commit 16e850f

Please sign in to comment.